serviceDeleteProfileData() public method

public serviceDeleteProfileData ( $iProfileId )
Esempio n. 1
0
 function serviceDeleteProfileData($iProfileId)
 {
     parent::serviceDeleteProfileData($iProfileId);
     // delete from list of customers
     $this->_oDb->removeCustomersFromAllEntries($iProfileId);
 }