コード例 #1
0
ファイル: Command.php プロジェクト: mwagdi/gbif-portal
 /**
  * Set the record id for this command. For Edit, Delete, and
  * Duplicate commands a record id must be specified. It is also
  * possible to find a single record by specifying its record
  * id. This method will be ignored by Add and FindAny commands.
  *
  * @param string $recordId The record id.
  */
 function setRecordId($recordId)
 {
     $this->_impl->setRecordId($recordId);
 }