コード例 #1
0
ファイル: Entity.php プロジェクト: alexacrm/php-crm-toolkit
 /**
  * Send an Update request to the Dynamics CRM server, and return update response status
  *
  * @return string Formatted raw XML response of update request
  */
 public function update()
 {
     return $this->client->update($this);
 }