JController
Extends \SerializableJoomla Platform Controller Interface
deprecated
since |
3.0.0 |
---|---|
deprecated |
4.0 Use the default MVC library |
package |
Joomla.Platform |
Methods
execute
Execute the controller.
execute() : boolean
since |
3.0.0 |
---|---|
throws |
|
Response
boolean
True 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.
getApplication
Get the application object.
getApplication() : \Joomla\Application\AbstractApplication
getInput
Get the input object.
getInput() : \JInput
since |
3.0.0 |
---|
Response
\JInput
The input object.