final class TemplateNode extends Node

Root of template AST containing head declarations and main content fragment.

Properties

$head
$main
$contentType

Methods

string
print(PrintContext $context)

No description

getIterator()

No description

Details

at line 24
string print(PrintContext $context)

No description

Parameters

PrintContext $context

Return Value

string

at line 30
Generator getIterator()

No description

Return Value

Generator