芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/status.pulsehost.co.uk/vendor/openpayu/openpayu/lib/OpenPayU/ResultError.php
error; } /** * @param string $error * @return ResultError */ public function setError($error) { $this->error = $error; return $this; } /** * @return string */ public function getErrorDescription() { return $this->errorDescription; } /** * @param string $errorDescription * @return ResultError */ public function setErrorDescription($errorDescription) { $this->errorDescription = $errorDescription; return $this; } }