1 | <?php |
||
8 | class AssetsNode extends \Twig_Node |
||
9 | { |
||
10 | |||
11 | protected $hash; |
||
12 | protected $type; |
||
13 | |||
14 | /** |
||
15 | * @param string $name |
||
16 | * @param array $values |
||
17 | * @param int $line |
||
18 | * @param null $tag |
||
19 | * @param string $type |
||
20 | */ |
||
21 | public function __construct($name, $values, $line, $tag = null, $type = 'js') |
||
27 | |||
28 | public function compile(\Twig_Compiler $compiler) |
||
56 | } |
||
57 |