Prado\I18N\core\MessageCache::getGroup PHP Метод

getGroup() защищенный Метод

Get the cache file GROUP based section and locale.
protected getGroup ( string $catalogue, string $culture )
$catalogue string The translation section.
$culture string The translation locale, e.g. "en_AU".
    protected function getGroup($catalogue, $culture)
    {
        return $catalogue . ':' . get_class($this);
    }