コード例 #1
0
 /**
  * Commit a Contact changes
  *
  * @param Contact $contact
  * @return int number of changes
  */
 public function persist(Contact $contact)
 {
     return $this->api->persist($contact);
 }