示例#1
0
 /**
  * Update the last contact date for the claim
  * 
  * @author David Stansfield
  * @public
  * @return null
  */
 public function updateLastContact()
 {
     \Crm\Ppi\Ppi_model::updateLastContact($this->_claimID);
 }