Zendesk\API\Traits\Resource\Locales::setLocale PHP Метод

setLocale() публичный Метод

public setLocale ( string $locale ) : Locales
$locale string
Результат Locales
    public function setLocale($locale)
    {
        if (is_string($locale)) {
            $this->locale = $locale;
        }
        return $this;
    }