ControllerInterface
Joomla Framework Controller Interface
| since |
1.0 |
|---|---|
| package |
Joomla Framework |
Methods
execute
Execute the controller.
execute() :
| since |
1.0 |
|---|---|
| throws |
|
Response
boolTrue if controller finished execution, false if the controller did not
finish execution. A controller might return false if some precondition for
the controller to run has not been satisfied.