| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Application |
JController |
registerTask |
registerTask() |
Never | Work in Progress |
Register (map) a task to a method in the class.
void registerTask ( $task, $method )
| $task | string | The task. |
| $method | string | The name of the method in the derived class to perform for this task. |
Example