| Class | Description |
|---|---|
| BlockTag |
The {% block %} tag is used in conjunction with {% extends %}.
|
| EchoTag |
Echo tag just echos the results of it's single parameter.
|
| ElseTag | |
| EndTag |
The "end" tag, for all tags that end blocks.
|
| ExtendsTag |
The "extends" tag is used to base one template off of another one.
|
| ForTag |
The "for" tag iterates through a loop and execute it's black for each element0.
|
| IfTag |
The "if" tag evaluates it's single parameter and outputs it's children if true.
|
| IncludeTag |
The "include" tag is used to include the contents of another template.
|
| SetTag |
Set tag allows you to set the value a variable in the current scope to the string value of the contents of the set
block.
|
| Tag |
Interface that tags must implement.
|