Support Joomla!

references:joomla.framework:application:jcontroller-gettasks

Table of Contents

getTasks

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Application Class JController Method getTasks Reference getTasks() Never Work in Progress

Gets the available tasks in the controller.

Syntax

array getTasks ()

Examples

Example

$controller = new JController();
print_r( $controller->getTasks() );

might produce

Result

Array ( [0] => display )

 
references/joomla.framework/application/jcontroller-gettasks.txt (547 views) · Last modified: 2007/08/15 14:48