예제 #1
0
파일: Hash.php 프로젝트: horde/horde
 /**
  * Get the specified internal attributes.
  *
  * @param array $attributes The internal attribute.
  *
  * @return array The value(s) of these attribute
  */
 public function getInternal(array $attributes)
 {
     return $this->_object->getInternal($attributes);
 }