/** * * * @param $proxy * @return $this * @static */ public static function setProxy($proxy) { //Method inherited from \Yandex\Common\AbstractServiceClient return \Yandex\Dictionary\DictionaryClient::setProxy($proxy); }