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

Public Member Functions

 __construct (DomainObjectInterface $persistedObject)
 
 getObject ()
 

Private Attributes

DomainObjectInterface $persistedObject
 

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 ( DomainObjectInterface  $persistedObject)

Member Function Documentation

◆ getObject()

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

Member Data Documentation

◆ $persistedObject

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