API17

Difference between revisions of "JController::getTasks"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 16: Line 16:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JController::getTasks source code''' on [[jplatform:application/component/controller.php#cl-743|BitBucket]]
 
* {{JVer|11.1}} '''JController::getTasks source code''' on [[jplatform:application/component/controller.php#cl-743|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::getTasks|Other versions of JController::getTasks]]
+
* [[API17:JController::getTasks|Other versions of JController::getTasks]]
 
{{SeeAlso:JController::getTasks}}
 
{{SeeAlso:JController::getTasks}}
 
<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::getTasks[edit]

Description[edit]

Gets the available tasks in the controller.

Template:Description:JController::getTasks [Edit Descripton]

public function getTasks ()
  • Returns array Array[i] of task names.
  • Defined on line 751 of libraries/joomla/application/component/controller.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />