references:joomla.framework:application:jcontroller-gettasksgetTasks
Gets the available tasks in the controller. Syntaxarray getTasks () ExamplesExample $controller = new JController(); print_r( $controller->getTasks() ); might produce Result Array ( [0] => display ) |


