Programming Language PHP

Namespace Oro\Bundle\ContactBundle\Entity

Class ContactAddress

Method/Function getOwner

Total Examples 1

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

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