JControllerLegacy::display
Typical view method for MVC based architecture
This function is provide as a default implementation, in most cases you will need to override it in your own controllers.
Signature
public function display([boolean
$cachable = false,
array
$urlparams] )
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
- JControllerLegacy
- A JControllerLegacy object to support chaining.