public function LifecycleEventArgs::getObject in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php \Doctrine\Common\Persistence\Event\LifecycleEventArgs::getObject()
Retrieves the associated object.
Return value
object
File
- vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Event/ LifecycleEventArgs.php, line 75
Class
- LifecycleEventArgs
- Lifecycle Events are triggered by the UnitOfWork during lifecycle transitions of entities.
Namespace
Doctrine\Common\Persistence\EventCode
public function getObject() {
return $this->object;
}