Esempio n. 1
0
 /**
  * Loads extended (FMPXMLLAYOUT) layout information.
  *
  * @access private
  *
  * @param string  $recid Record from which to load extended information. 
  *
  * @return boolean|FileMaker_Error TRUE, if successful. Otherwise, an 
  *         Error object.
  */
 function loadExtendedInfo($recid = null)
 {
     return $this->_impl->loadExtendedInfo($recid);
 }