Example #1
0
 /**
  * Returns the result type of this field -- for example, 'text',
  * 'number', 'date', 'time', 'timestamp', or 'container'.
  *
  * @return string Result type.
  */
 function getResult()
 {
     return $this->_impl->getResult();
 }