Programming Language PHP
Namespace Oro\Bundle\SalesBundle\Entity
Class B2bCustomerEmail
Total Examples 1
1 code examples of PHP Oro\Bundle\SalesBundle\Entity\B2bCustomerEmail extracted from open source projects
protected function onSuccess(B2bCustomerEmail $entity, B2bCustomer $customer)
{
$entity->setOwner($customer);
$this->manager->persist($entity);
$this->manager->flush();
}