8889841cplugins/mailpoet/vendor-prefixed/doctrine/persistence/src/Persistence/Event/LifecycleEventArgs.php000064400000001141150516022310037547 0ustar00home/clixcotz/tcchp.clix.co.tz/wp-contentobject = $object; $this->objectManager = $objectManager; } public function getEntity() { return $this->object; } public function getObject() { return $this->object; } public function getObjectManager() { return $this->objectManager; } }