LoginController::display
Typical view method for MVC based architecture
This function is provide as a default implementation, in most cases you will need to override it in your own controllers.
Signature
public function display([
$cachable = false,
[
$urlparams = false]] )
Parameters
-
$cachable
-
$urlparams
Returns
- JController
- This object to support chaining.