JControllerLegacy::execute
Execute a task by triggering a method in the derived class.
Signature
public function execute(string
$taskĀ )
Parameters
-
$task
- The task to perform. If no matching task is found, the '__default' task is executed, if defined.
Returns
- mixed
- The value returned by the called method, false in error case.