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

Public Member Functions

 __construct (private DomainObjectInterface $mappedObject, private array $record)
 
 getObject ()
 
 getRecord ()
 

Detailed Description

Allows to modify values when creating domain objects.

Definition at line 25 of file AfterObjectThawedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Event\Persistence\AfterObjectThawedEvent::__construct ( private DomainObjectInterface  $mappedObject,
private array  $record 
)

Definition at line 27 of file AfterObjectThawedEvent.php.

Member Function Documentation

◆ getObject()

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

Definition at line 29 of file AfterObjectThawedEvent.php.

◆ getRecord()

TYPO3\CMS\Extbase\Event\Persistence\AfterObjectThawedEvent::getRecord ( )

Definition at line 34 of file AfterObjectThawedEvent.php.

References TYPO3\CMS\Webhooks\Message\$record.