コード例 #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
ファイル: HeaderCollection.php プロジェクト: pigi72333/MailSo
 /**
  * @return void
  */
 public function Clear()
 {
     parent::Clear();
     $this->sRawHeaders = '';
 }