App\Source\Factory\PageFactory::getPageId PHP Méthode

getPageId() protected static méthode

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