Method | Description | |
---|---|---|
render ( string $template, array $data = [], array $options = [] ) : string | Renders content from a template file provided by template(). | |
template ( string $type, array $options ) : string | Returns a template string |
Method | Description | |
---|---|---|
_toString ( array $data ) : array | Renders $data into an easier to understand, or flat, array. |