API15:JController/getTask
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Get the last task that is or was to be performed.
Description:JController/getTask
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; }
[Edit See Also] SeeAlso:JController/getTask
Examples
<CodeExamplesForm />
