function __construct($V0ab34ca9, $Vc6140495) { parent::__construct($V0ab34ca9, $Vc6140495); }
function FileMaker_Command_FindAll_Implementation($V0ab34ca9, $Vc6140495) { FileMaker_Command_Find_Implementation::FileMaker_Command_Find_Implementation($V0ab34ca9, $Vc6140495); }
/** * Clear all existing find criteria. */ function clearFindCriteria() { $this->_impl->clearFindCriteria(); }
/** * Returns the current settings for the related records filter and * the maximum number of related records to return. * * @return array Associative array with two keys: 'relatedsetsfilter' for * the portal filter setting, and 'relatedsetsmax' for the maximum * number of records. If either key does not have a value, the returned * for that key is NULL. */ function getRelatedSetsFilters() { return $this->_impl->getRelatedSetsFilters(); }