FOFController::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
- FOFController
- A FOFController object to support chaining.