a Sensio Labs Product

The flexible, fast, and secure
template engine for PHP

Functions » attribute

Questions & Feedback

License

Creative Commons License Twig documentation is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.

attributeΒΆ

New in version 1.2: The attribute function was added in Twig 1.2.

attribute can be used to access a "dynamic" attribute of a variable:

1
2
3
{{ attribute(object, method) }}
{{ attribute(object, method, arguments) }}
{{ attribute(array, item) }}

Note

The resolution algorithm is the same as the one used for the . notation, except that the item can be any valid expression.

This website is powered by PHP and Twig. The Twig logo is © 2010-2012 Sensio Labs