send() 공개 메소드

public send ( )
예제 #1
0
파일: NoAuth.php 프로젝트: horde/horde
 /**
  */
 public function send()
 {
     global $registry;
     if (!empty($registry->authException)) {
         $registry->getApiInstance($this->_app, 'application')->appInitFailure($registry->authException);
     }
     parent::send();
 }
예제 #2
0
파일: JsonHtml.php 프로젝트: horde/horde
 /**
  */
 public function send()
 {
     $this->jsonhtml = true;
     parent::send();
 }