Programming Language PHP

Namespace Oro\Bundle\ContactBundle\Entity

Class ContactEmail

Total Examples 1

1 code examples of PHP Oro\Bundle\ContactBundle\Entity\ContactEmail extracted from open source projects

Was this example useful?
0
                                                    protected function onSuccess(ContactEmail $entity, Contact $contact)
    {
        $entity->setOwner($contact);
        $this->manager->persist($entity);
        $this->manager->flush();
    }
                                            
ContactEmail's Other Methods