ResponseList = array(); $this->OptionalResponse = null; $this->StatusOrIndex = ''; $this->HumanReadable = ''; $this->IsStatusResponse = false; $this->ResponseType = \MailSo\Imap\Enumerations\ResponseType::UNKNOWN; $this->Tag = ''; } /** * @return \MailSo\Imap\Response */ public static function NewInstance() { return new self(); } }