App\Source\Factory\SectionFactory::getSectionId PHP Method

getSectionId() protected static method

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