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

Public Member Functions

 __construct (private DomainObjectInterface $persistedObject)
 
 getObject ()
 

Detailed Description

Event which is fired after an object was pushed to the storage backend

Definition at line 25 of file EntityPersistedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 27 of file EntityPersistedEvent.php.

Member Function Documentation

◆ getObject()

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

Definition at line 29 of file EntityPersistedEvent.php.