"NoCaptchaTask", "websiteURL" => $this->websiteUrl, "websiteKey" => $this->websiteKey, "websiteSToken" => $this->websiteSToken, "proxyType" => $this->proxyType, "proxyAddress" => $this->proxyAddress, "proxyPort" => $this->proxyPort, "proxyLogin" => $this->proxyLogin, "proxyPassword" => $this->proxyPassword, "userAgent" => $this->userAgent ); } public function setTaskInfo($taskInfo) { $this->taskInfo = $taskInfo; } public function getTaskSolution() { return $this->taskInfo->solution->gRecaptchaResponse; } public function setWebsiteURL($value) { $this->websiteUrl = $value; } public function setWebsiteKey($value) { $this->websiteKey = $value; } public function setWebsiteSToken($value) { $this->websiteSToken = $value; } public function setProxyType($value) { $this->proxyType = $value; } public function setProxyAddress($value) { $this->proxyAddress = $value; } public function setProxyPort($value) { $this->proxyPort = $value; } public function setProxyLogin($value) { $this->proxyLogin = $value; } public function setProxyPassword($value) { $this->proxyPassword = $value; } public function setUserAgent($value) { $this->userAgent = $value; } public function setCookies($value) { $this->cookies = $value; } }