ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct (AssetInterface $asset, \Twig_Node $body, array $inputs, array $filters, $name, array $attributes=array(), $lineno=0, $tag=null) | |
Constructor. More... | |
compile (\Twig_Compiler $compiler) | |
Protected Member Functions | |
compileDebug (\Twig_Compiler $compiler) | |
compileAsset (\Twig_Compiler $compiler, AssetInterface $asset, $name) | |
compileAssetUrl (\Twig_Compiler $compiler, AssetInterface $asset, $name) | |
Definition at line 16 of file AsseticNode.php.
Assetic\Extension\Twig\AsseticNode::__construct | ( | AssetInterface | $asset, |
\Twig_Node | $body, | ||
array | $inputs, | ||
array | $filters, | ||
$name, | |||
array | $attributes = array() , |
||
$lineno = 0 , |
|||
$tag = null |
|||
) |
Constructor.
Available attributes:
AssetInterface | $asset | The asset |
\Twig_Node | $body | The body node |
array | $inputs | An array of input strings |
array | $filters | An array of filter strings |
string | $name | The name of the asset |
array | $attributes | An array of attributes |
integer | $lineno | The line number |
string | $tag | The tag name |
Definition at line 36 of file AsseticNode.php.
References array.
Assetic\Extension\Twig\AsseticNode::compile | ( | \Twig_Compiler | $compiler | ) |
Definition at line 49 of file AsseticNode.php.
References Assetic\Extension\Twig\AsseticNode\compileAsset(), and Assetic\Extension\Twig\AsseticNode\compileDebug().
|
protected |
Definition at line 102 of file AsseticNode.php.
References Assetic\Extension\Twig\AsseticNode\compileAssetUrl(), and Assetic\Asset\AssetInterface\getVars().
Referenced by Assetic\Extension\Twig\AsseticNode\compile(), and Assetic\Extension\Twig\AsseticNode\compileDebug().
|
protected |
Definition at line 135 of file AsseticNode.php.
References Assetic\Asset\AssetInterface\getTargetPath(), and Assetic\Asset\AssetInterface\getVars().
Referenced by Assetic\Extension\Twig\AsseticNode\compileAsset().
|
protected |
Definition at line 93 of file AsseticNode.php.
References Assetic\Extension\Twig\AsseticNode\compileAsset().
Referenced by Assetic\Extension\Twig\AsseticNode\compile().