RainLab\Translate\Classes\Translator::getSessionLocale PHP Метод

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

protected getSessionLocale ( )
    protected function getSessionLocale()
    {
        if (!Session::has(self::SESSION_LOCALE)) {
            return null;
        }
        return Session::get(self::SESSION_LOCALE);
    }