Example #1
0
 /**
  * Specifies how the find criteria in this Find command are combined 
  * as either a logical AND or OR search. 
  *
  * If not specified, the default is a logical AND.
  *
  * @param integer $operator Specify the FILEMAKER_FIND_AND or 
  *        FILEMAKER_FIND_OR constant.
  */
 function setLogicalOperator($operator)
 {
     $this->_impl->setLogicalOperator($operator);
 }