Esempio n. 1
0
 /**
  * Returns an associative array with the related table names of all 
  * portals as keys and FileMaker_RelatedSet objects as the array values.
  *
  * @return array Array of {@link FileMaker_RelatedSet} objects.
  */
 function &getRelatedSets()
 {
     return $this->_impl->getRelatedSets();
 }