App\Source\Factory\SectionFactory::getSectionId PHP Méthode

getSectionId() protected static méthode

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