JController::execute/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JController::execute

Description

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

Description:JController::execute [Edit Descripton]

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 630 of libraries/joomla/application/component/controller.php
  • Since Joomla 1.5

See also

SeeAlso:JController::execute [Edit See Also]

User contributed notes


Personal tools