예제 #1
0
파일: Count.php 프로젝트: horde/horde
 /**
  * Return the ldap schema.
  *
  * @return Horde_Ldap_Schema The LDAP schema.
  *
  * @throws Horde_Kolab_Server_Exception If retrieval of the schema failed.
  */
 public function getSchema()
 {
     return $this->_server->getSchema();
     if (!isset($this->_count['getSchema'])) {
         $this->_count['getSchema'] = 1;
     } else {
         $this->_count['getSchema']++;
     }
 }
예제 #2
0
파일: Log.php 프로젝트: horde/horde
 /**
  * Return the ldap schema.
  *
  * @return Horde_Ldap_Schema The LDAP schema.
  *
  * @throws Horde_Kolab_Server_Exception If retrieval of the schema failed.
  */
 public function getSchema()
 {
     return $this->_server->getSchema();
 }