$SHOWMODEL
$SHOWMODEL : string
The default model to show
The raw rendering class
A class to render module display without any treatment.
$rendering : \Orpheus\Rendering\Rendering
The current Rendering
$current : \Orpheus\Rendering\Rendering
The current global rendering
render(string $model = null, array $env = array()) : string
Render the model
string | $model | The model to use, default use is defined by child |
array | $env | An environment variable, commonly an array but depends on the rendering class used |
The generated rendering.
Render the model using $env. This function does not display the result, see display().
doDisplay(string $layout = null, array $env = null) : boolean
Call the display function
string | $layout | The model to use. Default value is null (behavior depending on renderer) |
array | $env | An array containing environment variables. Default value is null ($GLOBALS) |