Ejemplo n.º 1
0
 /**
  * Returns a FileMaker_RelatedSet object that describes the specified 
  * portal.
  *
  * @param string $relatedSet Name of the related table for a portal.
  *
  * @return FileMaker_RelatedSet|FileMaker_Error RelatedSet object, if 
  *         successful. Otherwise, an Error object.
  */
 function &getRelatedSet($relatedSet)
 {
     return $this->_impl->getRelatedSet($relatedSet);
 }