FinderController::display
Method to display a view.
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
- JController
- A JController object to support chaining.