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

Public Member Functions

 __construct (DomainObjectInterface $persistedObject)
 
 getObject ()
 

Private Attributes

DomainObjectInterface $persistedObject
 

Detailed Description

Event which is fired after an object/entity was sent to persistence layer to be added, but before updating the reference index and current session.

Definition at line 26 of file EntityAddedToPersistenceEvent.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ getObject()

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

Member Data Documentation

◆ $persistedObject

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