Home
last modified time | relevance | path

Searched defs:else (Results 1 – 2 of 2) sorted by path

/template/twigstarter/vendor/twig/twig/src/Node/
H A DForNode.php28 …et, AbstractExpression $seq, ?AbstractExpression $ifexpr, Node $body, ?Node $else, int $lineno, st…
H A DIfNode.php24 public function __construct(Node $tests, ?Node $else, int $lineno, string $tag = null)