API16

JController/getTasks: Difference between revisions

From Joomla! Documentation

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...
 
m removing red link to edit, no existant pages
Line 5: Line 5:


<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JController/getTasks|Edit Descripton]]<nowiki>]</nowiki>
<nowiki>[<! removed edit link to red link >]</nowiki>
</span>
</span>


{{Description:JController/getTasks}}
<! removed transcluded page call, red link never existed >


===Syntax===
===Syntax===
Line 31: Line 31:


<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JController/getTasks|Edit See Also]]<nowiki>]</nowiki>
<nowiki>[<! removed edit link to red link >]</nowiki>
</span>
</span>
{{SeeAlso:JController/getTasks}}
<! removed transcluded page call, red link never existed >


===Examples===
===Examples===
Line 46: Line 46:
  format= ,,,
  format= ,,,
</dpl>
</dpl>
[[Category:Archived pages API16]]

Revision as of 02:56, 13 May 2013

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 />