IEntityEvent
in
Interface IEntityEvent
represents an entity event that is dispatched via EventDispatcher
Tags
Table of Contents
Methods
- getDisplayName() : string
- returns a translated name to be presented in the web interface.
- getEventName() : string
- returns the event name that is emitted by the EventDispatcher, e.g.:
Methods
getDisplayName()
returns a translated name to be presented in the web interface.
public
getDisplayName() : string
Example: "created" (en), "kreita" (eo)
Tags
Return values
stringgetEventName()
returns the event name that is emitted by the EventDispatcher, e.g.:
public
getEventName() : string
Example: "OCA\MyApp\Factory\Cats::postCreated"