Ejemplo n.º 1
0
 /**
  * Returns an associative array with the names of all fields as
  * keys and FileMaker_Field objects as the array values.
  *
  * @return array Array of {@link FileMaker_Field} objects.
  */
 function &getFields()
 {
     return $this->_impl->getFields();
 }