You are here

public function LifecycleEventArgs::getObject in Plug 7

Retrieves the associated object.

Return value

object

File

lib/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\Event

Code

public function getObject() {
  return $this->object;
}