Programming Language PHP

Namespace Oro\Bundle\SalesBundle\Entity

Class LeadAddress

Method/Function getOwner

Total Examples 1

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

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