App\Source\Factory\SectionFactory::getSectionId PHP Метод

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

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