| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Application |
JController |
getTasks |
getTasks() |
Never | Work in Progress |
Gets the available tasks in the controller.
array getTasks ()
Example
$controller = new JController(); print_r( $controller->getTasks() );
might produce
Result
Array ( [0] => display )