App\Source\Factory\PageFactory::getPageId PHP Метод

getPageId() защищенный статический Метод

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