1 | <?php |
||
11 | class HandlebarsHelperService implements HandlebarsHelperServiceInterface |
||
12 | { |
||
13 | private $helpers = []; |
||
14 | |||
15 | /** |
||
16 | * @inheritdoc |
||
17 | */ |
||
18 | 5 | public function addHelper($id, $helper) |
|
26 | |||
27 | /** |
||
28 | * @inheritdoc |
||
29 | */ |
||
30 | 1 | public function getHelperMethods() |
|
34 | |||
35 | /** |
||
36 | * @inheritdoc |
||
37 | */ |
||
38 | 3 | public function getHelpers() |
|
42 | } |
||
43 |