-// src/Rapsys/PackBundle/Twig/PackTokenParser.php
-namespace Rapsys\PackBundle\Twig;
-
-class PackNode extends \Twig_Node {
- #public function __construct($name, $value, $line, $tag = null) {
- # parent::__construct(array('value' => $value), array('name' => $name), $line, $tag);
- #}
- public function __construct(array $nodes = array(), array $attributes = array(), $lineno = 0, $tag = null) {
- parent::__construct($nodes, $attributes, $lineno, $tag);
- #$this->output = $attributes['output'];
- #$this->setAttribute($this->getAttribute('name'), $attributes['name']);
- }