JControllerLegacy::registerDefaultTask
Register the default task to perform if a mapping is not found.
Signature
public function registerDefaultTask(string
$method )
Parameters
-
$method
- The name of the method in the derived class to perform if a named task is not found.
Returns
- JControllerLegacy
- A JControllerLegacy object to support chaining.