Example #1
0
File: Hash.php Project: 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);
 }