EntityAddedToPersistenceEvent
Read onlyYes
    FinalYes
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.
Table of Contents
Methods
- __construct() : mixed
- getObject() : DomainObjectInterface
Methods
__construct()
    public
                    __construct(DomainObjectInterface $persistedObject) : mixed
    Parameters
- $persistedObject : DomainObjectInterface
getObject()
    public
                    getObject() : DomainObjectInterface