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
private function getOwner(LeadAddress $address): Lead
{
return $address->getOwner();
}