API17:JControllerAdmin::display
From Joomla! Documentation
JControllerAdmin::display
Description
Display is not supported by this controller.
public function display (
$cachable=false
$urlparams=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $cachable | boolean | false | If true, the view output will be cached |
| $urlparams | array | false | An array of safe url parameters and their variable types, for valid values see . |
- Returns This object to support chaining.
- Defined on line 128 of libraries/joomla/application/component/controlleradmin.php
- Since

See also
JControllerAdmin::display source code on BitBucket
Class JControllerAdmin
Subpackage Application- Other versions of JControllerAdmin::display
User contributed notes
Code Examples