API16

API16:JController/getTask

From Joomla! Documentation

Revision as of 01:25, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Get the last task that is or was to be performed.


<! removed transcluded page call, red link never existed >

Syntax

getTask()


Returns

string The task that was or is being performed.

Defined in

libraries/joomla/application/component/controller.php

Importing

jimport( 'joomla.application.component.controller' );

Source Body

function getTask()
{
        return $this->_task;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples