Programming Language PHP

Namespace Oro\Bundle\SalesBundle\Entity

Class LeadPhone

Total Examples 1

1 code examples of PHP Oro\Bundle\SalesBundle\Entity\LeadPhone extracted from open source projects

Was this example useful?
0
                                                    protected function onSuccess(LeadPhone $entity, Lead $lead)
    {
        $entity->setOwner($lead);
        $this->manager->persist($entity);
        $this->manager->flush();
    }