Previous Page
_loadInfoQueryFormat()

Solar_App_Hello
_notFound()

Next Page
_postAction()

_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.