Symfony\Bundle\AsseticBundle\Twig\AsseticTokenParser::createNode PHP Méthode

createNode() protected méthode

protected createNode ( Assetic\Asset\AssetInterface $asset, Twig_NodeInterface $body, array $inputs, array $filters, $name, array $attributes = [], $lineno, $tag = null )
$asset Assetic\Asset\AssetInterface
$body Twig_NodeInterface
$inputs array
$filters array
$attributes array
    protected function createNode(AssetInterface $asset, \Twig_NodeInterface $body, array $inputs, array $filters, $name, array $attributes = array(), $lineno = 0, $tag = null)
    {
        return new AsseticNode($asset, $body, $inputs, $filters, $name, $attributes, $lineno, $tag);
    }