API16

API16:JController/getTasks

From Joomla! Documentation

Revision as of 02:56, 13 May 2013 by JoomlaWikiBot (talk | contribs) (removing red link to edit, no existant pages)

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

<CodeExamplesForm />