API17

Difference between revisions of "JController::execute"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 29: Line 29:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JController::execute source code''' on [[jplatform:application/component/controller.php#cl-635|BitBucket]]
 
* {{JVer|11.1}} '''JController::execute source code''' on [[jplatform:application/component/controller.php#cl-635|BitBucket]]
* {{JVer|11.1}} Class [[JController/11.1|JController]]
+
* {{JVer|11.1}} Class [[API17:JController|JController]]
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JController::execute|Other versions of JController::execute]]
+
* [[API17:JController::execute|Other versions of JController::execute]]
 
{{SeeAlso:JController::execute}}
 
{{SeeAlso:JController::execute}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:58, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JController::execute[edit]

Description[edit]

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

Template: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[edit]

Template:SeeAlso:JController::execute [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />