JController::registerDefaultTask
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JController::registerDefaultTask[edit]
Description[edit]
Register the default task to perform if a mapping is not found.
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 854 of libraries/joomla/application/component/controller.php
- Since
See also[edit]
JController::registerDefaultTask source code on BitBucket
Class JController
Subpackage Application
- Other versions of JController::registerDefaultTask
User contributed notes[edit]
Code Examples[edit]