Method |
Description |
|
appendSection ( ) : void |
|
|
exists ( string $template ) : boolean |
|
|
getSection ( string $section, string $default = '' ) : string |
Get the string contents of a section. |
|
partial ( string $path, array $vars = [] ) : void |
|
|
render ( string $template, array $vars = [], boolean $directOutput = false ) : string |
Checks whether view exists on registered extensions and render it |
|
startSection ( string $section ) : void |
Start injecting content into a section. |
|
stopSection ( boolean $overwrite = false ) : void |
Stop injecting content into a section. |
|