App\Source\Factory\PageFactory::getPageId PHP Method

getPageId() protected static method

protected static getPageId ( $routeName )
    protected static function getPageId($routeName)
    {
        return (int) substr($routeName, strpos($routeName, '.') + 1);
    }