SwitchNode
class SwitchNode extends StatementNode
{switch $expr} {case $val} ... {default} ... {/switch} Uses strict comparison (===) without fallthrough.
Properties
| $expression | |||
| $cases |
Methods
string
getIterator()
No description
Details
at line 73
string
print(PrintContext $context)
No description
at line 109
Generator
getIterator()
No description