Exemple #1
0
 /**
  * @param string $sEmail
  *
  * @return bool
  */
 public function DeleteAllContacts($sEmail)
 {
     return $this->IsActive() ? $this->oDriver->DeleteAllContacts($sEmail) : false;
 }