$SHOWMODEL
$SHOWMODEL : string
The default model to show
The rendering class
This class is the core for custom rendering use.
$rendering : \Orpheus\Rendering\Rendering
The current Rendering
$current : \Orpheus\Rendering\Rendering
The current global rendering
render(string $layout = null, array $env = array()) : string
Render the model
string | $layout | The layout 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) |