mdnSend() 공개 메소드

public mdnSend ( $mdn )
예제 #1
0
파일: Mdn.php 프로젝트: horde/horde
 /**
  * Check if we should and are able to send an MDN.
  *
  * @boolean
  */
 public function mdnCheck()
 {
     if (!$this->_sysCheck() || !$this->_msgCheck()) {
         return false;
     }
     return $this->_connector->mdnSend($this);
 }