JController::execute/11.1

From Joomla! Documentation

Jump to: navigation, search

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

See also

SeeAlso:JController::execute [Edit See Also]

User contributed notes


Personal tools