|
Previous Page |
Solar_Controller_Front |
Next Page |
_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.