Symfony\Bundle\AsseticBundle\Twig\AsseticTokenParser::createBodyNode PHP Method

createBodyNode() protected method

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