Previous Page
_exception()

Solar_Controller_Front
_getPageClass()

Next Page
_notFound()

_getPageClass()

protected string _getPageClass ( string $page )

Finds the page-controller class name from a page name.

Parameters

  • (string) $page: The page name.

Returns

  • (string) The related page-controller class picked from the routing, or from the list of available classes. If not found, returns false.

Description

Finds the page-controller class name from a page name.