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

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

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