JController::registerDefaultTask/1.6
From Joomla! Documentation
JController::registerDefaultTask
Description
Register the default task to perform if a mapping is not found.
Description:JController::registerDefaultTask [Edit Descripton]
public function registerDefaultTask ($method)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $method | string | The name of the method in the derived class to perform if a named task is not found. |
- Returns This object to support chaining.
- Defined on line 834 of libraries/joomla/application/component/controller.php
- Since

See also
JController source code on JoomlaCode
Class JController
Subpackage Application- Other versions of JController::registerDefaultTask
SeeAlso:JController::registerDefaultTask [Edit See Also]