|
Jobbuddy
|
Fonctions membres publiques | |
| __construct ($value, Node $body, int $lineno) | |
| compile (Compiler $compiler) | |
| Fonctions membres publiques hérités de Node | |
| __construct (array $nodes=[], array $attributes=[], int $lineno=0) | |
| __toString () | |
| __clone () | |
| getTemplateLine () | |
| getNodeTag () | |
| setNodeTag (string $tag) | |
| hasAttribute (string $name) | |
| getAttribute (string $name) | |
| setAttribute (string $name, $value) | |
| deprecateAttribute (string $name, NameDeprecation $dep) | |
| removeAttribute (string $name) | |
| hasNode (string $name) | |
| getNode (string $name) | |
| setNode (string $name, self $node) | |
| removeNode (string $name) | |
| deprecateNode (string $name, NameDeprecation $dep) | |
| count () | |
| getIterator () | |
| getTemplateName () | |
| setSourceContext (Source $source) | |
| getSourceContext () | |
Membres hérités additionnels | |
| Attributs protégés hérités de Node | |
| $nodes | |
| $attributes | |
| $lineno | |
| $tag | |
Represents an autoescape node.
The value is the escaping strategy (can be html, js, ...)
The true value is equivalent to html.
If autoescaping is disabled, then the value is false.