App\Source\Factory\PageFactory::getPageId PHP 메소드

getPageId() 보호된 정적인 메소드

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