JControllerAdmin::display
Display is not supported by this controller.
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.