Sulu\Bundle\ContactBundle\Contact\ContactManagerInterface::removeAddressRelation PHP Метод

removeAddressRelation() публичный Метод

removes the address relation from a contact and also deletes the address if it has no more relations.
public removeAddressRelation ( $entity, $address ) : mixed
$entity
$address
Результат mixed
    public function removeAddressRelation($entity, $address);