Programming Language PHP

Namespace Oro\Bundle\ContactBundle\Entity

Class ContactAddress

Total Examples 1

1 code examples of PHP Oro\Bundle\ContactBundle\Entity\ContactAddress extracted from open source projects

Was this example useful?
0
                                                    private function getOwner(ContactAddress $address): Contact
    {
        return $address->getOwner();
    }
                                            
ContactAddress's Other Methods