Solar_Controller_Front::_getPageClass()
protected
string
Solar_Controller_Front::_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.