示例#1
0
文件: Mcached.php 项目: horde/horde
 /**
  * Get the internal attributes supported by this object.
  *
  * @return array The internal attributes supported by this object. This is
  * an association of internal attribute names an the correspodning attribute
  * class names.
  */
 public function getInternalAttributes()
 {
     if (empty($this->_attributes_int)) {
         $this->_attributes_int = $this->_object->getInternalAttributes();
     }
     return $this->_attributes_int;
 }
示例#2
0
文件: Hash.php 项目: horde/horde
 /**
  * Get the internal attributes supported by this object.
  *
  * @return array The internal attributes supported by this object.
  */
 public function getInternalAttributes()
 {
     return $this->_object->getInternalAttributes();
 }