JController::execute/1.5
From Joomla! Documentation
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 218 of libraries/joomla/application/component/controller.php
- Since
See also
-
JController::execute on api.joomla.org
-
JController source code on JoomlaCode
-
Class JController
-
Subpackage Application
- Other versions of JController::execute
SeeAlso:JController::execute [Edit See Also]
User contributed notes
<CodeExamplesForm />