Method | Description | |
---|---|---|
__construct ( $settings = [] ) | ||
renderView ( $template, $slots = [] ) | Outputs view content result | |
view ( String $template, Array $slots = [] ) : String | Render view. |
public view ( String $template, Array $slots = [] ) : String | ||
$template | String | Path to view |
$slots | Array | Passed variables |
return | String | Rendered view |