예제 #1
0
파일: Mapped.php 프로젝트: horde/horde
 /**
  * Return the value of this element.
  *
  * @return mixed The query value.
  */
 public function getValue()
 {
     return $this->_element->getValue();
 }