📚 Looking for current Exponential documentation? This site contains legacy SDK & API reference docs (eZ Publish era). For up-to-date 2026 product documentation, visit doc.exponential.earth.
class / eZTemplateSetFunction
|
Detailed DescriptionSets template variables code using function 'set'.Allows for setting template variables from templates using a template function. This is mainly used for optimizations. The let function will define new variables and initialize them with a value while set only sets values to existing variables. The let function is also scoped with children which means that the variables are unset when the children are processed.
// Example template code
{let object=$item1 some_text='abc' integer=1}
{set object=$item2 some_text='def'}
{/let}
{set name=NewNamespace place='/etc/test.tpl'}
Definition at line eztemplatesetfunction.php. Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following file: |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Exponential Copyright © 1998 - 2026 7x