abstract class StatementNode extends AreaNode

Base for Latte tags like {if}, {foreach}, {block}.

Extend this class when creating custom tags. Implement static create(Tag) for parsing and print(PrintContext) for PHP code generation.

Properties

Range> $tagRanges