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