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 TemplateHelper::attribute()
rather than twig_get_attribute().
View source (opens new window)
# Public Methods
Method | Description |
---|---|
__construct() | |
compile() |
# __construct()
View source (opens new window)
Arguments
$nodes
(array (opens new window)) – An array of named nodes$attributes
(array (opens new window)) – An array of attributes (should not be nodes)$lineno
(integer (opens new window)) – The line number$tag
(string (opens new window), null (opens new window)) – The tag name associated with the Node
# compile()
View source (opens new window)
Arguments
$compiler