CategoriesController::display
Method to display a view.
Signature
public function display([boolean
$cachable = false,
[array
$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
- JController
- This object to support chaining.