コード例 #1
0
 /**
  * @return \MailSo\Mail\MessageCollection
  */
 public function clear()
 {
     parent::clear();
     $this->FolderHash = '';
     $this->MessageCount = 0;
     $this->MessageUnseenCount = 0;
     $this->MessageResultCount = 0;
     $this->FolderName = '';
     $this->Offset = 0;
     $this->Limit = 0;
     $this->Search = '';
     $this->UidNext = '';
     $this->NewMessages = array();
     $this->LastCollapsedThreadUids = array();
     return $this;
 }
コード例 #2
0
 /**
  * @return void
  */
 public function clear()
 {
     parent::clear();
     $this->sRawHeaders = '';
 }