Example #1
0
 /**
  * Call common delete function
  */
 static function del($id)
 {
     // Ensure mysql phone function exists
     CRM_Core_DAO::checkSqlFunctionsExist();
     return CRM_Contact_BAO_Contact::deleteObjectWithPrimary('Phone', $id);
 }
Example #2
0
 /**
  * Call common delete function.
  */
 public static function del($id)
 {
     return CRM_Contact_BAO_Contact::deleteObjectWithPrimary('Address', $id);
 }
Example #3
0
 /**
  * Call common delete function
  */
 static function del($id)
 {
     return CRM_Contact_BAO_Contact::deleteObjectWithPrimary('IM', $id);
 }