コード例 #1
0
ファイル: Entity.php プロジェクト: alexacrm/php-crm-toolkit
 /**
  * Send a Delete request to the Dynamics CRM server, and return delete response status
  *
  * @return boolean TRUE on successful delete, false on failure
  */
 public function delete()
 {
     return $this->client->delete($this);
 }