API17

API17:JController::execute

From Joomla! Documentation

Joomla 11.1 JController::execute

Description

Execute a task by triggering a method in the derived class.


public function execute ($task)
Parameter Type Default Description
$task string The task to perform. If no matching task is found, the '__default' task is executed, if defined.
  • Returns mixed|false The value returned by the called method, false in error case.
  • Defined on line 643 of libraries/joomla/application/component/controller.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples