JControllerLegacy::registerTask
Register (map) a task to a method in the class.
Signature
public function registerTask(string
$task,
string
$method )
Parameters
-
$task
- The task.
-
$method
- The name of the method in the derived class to perform for this task.
Returns
- JControllerLegacy
- A JControllerLegacy object to support chaining.