/** * 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); }