App\Source\Factory\SectionFactory::getSectionId PHP 메소드

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

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