1 | <?php |
||
8 | class PugFactory |
||
9 | { |
||
10 | const AVAILABLE_ADD_ONS = [ |
||
11 | 'filter' => 'filters', |
||
12 | 'addKeyword' => 'keywords', |
||
13 | 'share' => 'helpers', |
||
14 | ]; |
||
15 | |||
16 | 1 | public function __invoke(ContainerInterface $container) |
|
32 | |||
33 | 1 | protected function addOns(Pug $pug, ContainerInterface $container, array $config) |
|
41 | } |
||
42 |