IEntityEvent¶
-
interface
OCP\WorkflowEngine\
IEntityEvent
¶ - Interface IEntityEventrepresents an entitiy event that is dispatched via EventDispatcher
Implemented by: OCP\WorkflowEngine\GenericEntityEvent
Source: lib/public/WorkflowEngine/IEntityEvent.php#37
Methods¶
-
public
OCP\WorkflowEngine\IEntityEvent::
getDisplayName
()¶ - returns a translated name to be presented in the web interface.Example: “created” (en), “kreita” (eo)
Source: lib/public/WorkflowEngine/IEntityEvent.php#45 Since: 18.0.0
-
public
OCP\WorkflowEngine\IEntityEvent::
getEventName
()¶ - returns the event name that is emitted by the EventDispatcher, e.g.:Example: “OCA\MyApp\Factory\Cats::postCreated”
Source: lib/public/WorkflowEngine/IEntityEvent.php#54 Since: 18.0.0