Solar_App_Hello::_notFound()

protected void Solar_App_Hello::_notFound ( string $action , array $params = NULL )

Indicates an action (or other page) was not found.

Inherited from Solar_Controller_Page.

Parameters

  • (string) $action: The name for the action that was not found.

  • (array) $params: The params for the action that was not found.

Returns

  • (void)

Description

Indicates an action (or other page) was not found.



Local