public function LifecycleEventArgs::getObjectManager in Plug 7
Retrieves the associated ObjectManager.
Return value
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Event/ LifecycleEventArgs.php, line 85
Class
- LifecycleEventArgs
- Lifecycle Events are triggered by the UnitOfWork during lifecycle transitions of entities.
Namespace
Doctrine\Common\Persistence\EventCode
public function getObjectManager() {
return $this->objectManager;
}