コード例 #1
0
ファイル: Command.php プロジェクト: mwagdi/gbif-portal
 /**
  * Set the PHP class that will be instantiated to represent
  * records returned in any result set. The default is to use the
  * provided FileMaker_Record class. Any substitute classes must
  * provide the same API that FileMaker_Record does, either by
  * extending it or re-implementing the necessary methods. The user
  * is responsible for defining any custom class before the API
  * will need to instantiate it.
  *
  * @param string $className
  */
 function setRecordClass($className)
 {
     $this->_impl->setRecordClass($className);
 }