API16

API16:JController/getTasks

From Joomla! Documentation

Revision as of 22:35, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Gets the available tasks in the controller. public array Array[i] of task names. 1.5 <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Descri...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Gets the available tasks in the controller. public array Array[i] of task names. 1.5


[Edit Descripton]

Template: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] Template:SeeAlso:JController/getTasks

Examples

<CodeExamplesForm />