GetAttrNode
- Type
- Class
- Namespace
- craft\web\twig\nodes
- Inherits
- craft\web\twig\nodes\GetAttrNode »
Twig\Node\Expression\GetAttrExpression
- Since
- 3.0.0
GetAttrNode is an alternative to \Twig\Node\Expression\GetAttrExpression
, which sends attribute calls to craft\helpers\Template::attribute() rather than twig_get_attribute().
# Public Methods
Method | Description |
---|---|
__construct() | |
compile() |
# __construct()
Arguments
$nodes
(array) – An array of named nodes$attributes
(array) – An array of attributes (should not be nodes)$lineno
(integer) – The line number$tag
(string) – The tag name associated with the Node
# compile()
Arguments
$compiler
← ExitNode HeaderNode →