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 74
string
print(PrintContext $context)
No description
at line 110
Generator
getIterator()
No description