$template
$template : string
View template
View stream template class
$parent : \Pop\View\Template\Stream
View parent template
setTemplate(string $template) : \Pop\View\Template\Stream
Set view template with auto-detect
string | $template |
setMaster(string $master) : \Pop\View\Template\Stream
Set master
string | $master |
setBlocks(array $blocks) : \Pop\View\Template\Stream
Set blocks
array | $blocks |
setBlock(string $name, string $value) : \Pop\View\Template\Stream
Set block
string | $name | |
string | $value |
setMasterBlocks(array $blocks) : \Pop\View\Template\Stream
Set master blocks
array | $blocks |
setMasterBlock(string $name, string $value) : \Pop\View\Template\Stream
Set master block
string | $name | |
string | $value |
getParent() : \Pop\View\Template\Stream
Get parent