TemplatesController::display
Method to display a view.
Signature
public function display([boolean
$cachable = false,
[boolean
$urlparams = false]] )
Parameters
-
$cachable
- If true, the view output will be cached
-
$urlparams
- An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}.
Returns
- TemplatesController
- This object to support chaining.