IterateWhileNode
class IterateWhileNode extends StatementNode
{iterateWhile [$cond]} ... {/iterateWhile [$cond]} Groups consecutive items in {foreach} by condition.
Properties
| $condition | |||
| $content | |||
| $key | |||
| $value | |||
| $postTest |
Methods
string
getIterator()
No description
Details
at line 59
string
print(PrintContext $context)
No description
at line 91
Generator
getIterator()
No description