ControllerInterface

Joomla Framework Controller Interface

since

1.0

package

Joomla Framework

Methods

execute

Execute the controller.

execute() : bool
since

1.0

throws

\LogicException

\RuntimeException

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.