|
Previous Page |
Solar_App_Hello |
Next Page |
_notFound()
protected
void
_notFound (
string $action,
string $params
)
Executes when _forward() cannot find a method for the requested action.
Inherited from Solar_Controller_Page.
Parameters
- (string)
$action: The name for the action that was not found. - (string)
$params: The params for the action that was not found.
Returns
- (void)
Description
Executes when _forward() cannot find a method for the requested action.
This default implementation throws an exception, but extended classes may override the behavior to be the action that executes when the requested action was not found.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __get()
- __set()
- _addViewHelpers()
- _addViewTemplates()
- _exception()
- _exceptionDuringFetch()
- _fixFormat()
- _fixInfo()
- _fixLayout()
- _forward()
- _getActionFormat()
- _getActionMethod()
- _getActionView()
- _info()
- _isProcess()
- _load()
- _loadAction()
- _loadInfoQueryFormat()
- _notFound()
- _postAction()
- _postRender()
- _postRun()
- _preAction()
- _preRender()
- _preRun()
- _query()
- _redirect()
- _redirectNoCache()
- _render()
- _renderLayout()
- _renderView()
- _setContentType()
- _setLayoutTemplates()
- _setViewObject()
- _setup()
- actionIndex()
- apiVersion()
- display()
- dump()
- fetch()
- locale()
- setController()
- setFrontController()