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);