1 | <?php |
||
11 | class AssetFactory extends BaseAssetFactory |
||
12 | { |
||
13 | private $container; |
||
|
|||
14 | |||
15 | /** |
||
16 | * @inheritdoc |
||
17 | */ |
||
18 | public function __construct(KernelInterface $kernel, ContainerInterface $container, ParameterBagInterface $parameterBag, $baseDir, $debug = false) |
||
24 | |||
25 | /** |
||
26 | * @inheritdoc |
||
27 | */ |
||
28 | protected function parseInput($input, array $options = array()) |
||
36 | |||
37 | /** |
||
38 | * @param $name |
||
39 | * @return object |
||
40 | */ |
||
41 | protected function createTemplateCacheAsset($name) |
||
45 | } |
||
46 |