Esempio n. 1
0
 /**
  * Returns the type of this field -- for example, 'normal',
  * 'calculation', or 'summary'.
  *
  * @return string Type.
  */
 function getType()
 {
     return $this->_impl->getType();
 }