GenericEntityEvent¶
-
class
OCP\WorkflowEngine\
GenericEntityEvent
¶ - Class GenericEntityEvent
Source: lib/public/WorkflowEngine/GenericEntityEvent.php#37 Implements: OCP\WorkflowEngine\IEntityEvent
Properties¶
Methods¶
-
public
OCP\WorkflowEngine\GenericEntityEvent::
__construct
($displayName, $eventName)¶ - GenericEntityEvent constructor.
Source: lib/public/WorkflowEngine/GenericEntityEvent.php#49 Since: 18.0.0
-
public
OCP\WorkflowEngine\GenericEntityEvent::
getDisplayName
()¶ - returns a translated name to be presented in the web interface.Example: “created” (en), “kreita” (eo)
Source: lib/public/WorkflowEngine/GenericEntityEvent.php#68 Since: 18.0.0
-
public
OCP\WorkflowEngine\GenericEntityEvent::
getEventName
()¶ - returns the event name that is emitted by the EventDispatcher, e.g.:Example: “OCA\MyApp\Factory\Cats::postCreated”
Source: lib/public/WorkflowEngine/GenericEntityEvent.php#79 Since: 18.0.0