Esempio n. 1
0
 /**
  * Create a new FileMaker_Command_Find object.
  *
  * @param string $layout The layout to find records in.
  *
  * @return FileMaker_Command_Find The new find command.
  */
 function &newFindCommand($layout)
 {
     return $this->_impl->newFindCommand($layout);
 }