MyTestControllerFoo::execute
Execute the controller.
Signature
public function execute()
Returns
- 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.