コード例 #1
0
ファイル: Pop3.php プロジェクト: musicsnap/Yaf.Global.Library
 /**
  * Keep the server busy.
  *
  * @throws \Zend\Mail\Protocol\Exception\RuntimeException
  */
 public function noop()
 {
     $this->protocol->noop();
 }
コード例 #2
0
ファイル: Pop3.php プロジェクト: rexmac/zf2
 /**
  * Keep the server busy.
  *
  * @return null
  * @throws \Zend\Mail\Protocol\Exception
  */
 public function noop()
 {
     return $this->_protocol->noop();
 }