‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Event\Persistence\EntityFinalizedAfterPersistenceEvent Class Reference

Public Member Functions

 __construct (private DomainObjectInterface $persistedObject)
 
 getObject ()
 

Detailed Description

Event which is fired after an object/entity was sent to persistence layer to be added including update of reference index and current session.

Definition at line 26 of file EntityFinalizedAfterPersistenceEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Event\Persistence\EntityFinalizedAfterPersistenceEvent::__construct ( private DomainObjectInterface  $persistedObject)

Definition at line 28 of file EntityFinalizedAfterPersistenceEvent.php.

Member Function Documentation

◆ getObject()

TYPO3\CMS\Extbase\Event\Persistence\EntityFinalizedAfterPersistenceEvent::getObject ( )

Definition at line 30 of file EntityFinalizedAfterPersistenceEvent.php.