示例#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();
 }