API17

API17:JControllerAdmin::display

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples