API15:JController/getTasks
From Joomla! Documentation
Description
Gets the available tasks in the controller. public array Array[i] of task names. 1.5
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
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;
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples