API16:JController/getTasks
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Gets the available tasks in the controller. public array Array[i] of task names. 1.5
Description:JController/getTasks
Syntax
getTasks()
Returns
array Array[i] of task names.
Defined in
libraries/joomla/application/component/controller.php
Importing
jimport( 'joomla.application.component.controller' );
Source Body
function getTasks() { return $this->_methods; }
[Edit See Also] SeeAlso:JController/getTasks
Examples
<CodeExamplesForm />
