芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php
response = $response; $this->valid = $valid; } /** * Get the response which was received from the server. * * @return string */ public function getResponse() { return $this->response; } /** * Get the success status of this Event. * * @return bool */ public function isValid() { return $this->valid; } }