Ejemplo n.º 1
0
 /**
  * Returns TRUE if this field is global or FALSE if it is not.
  *
  * @return boolean Global status of this field.
  */
 function isGlobal()
 {
     return $this->_impl->isGlobal();
 }