IDisplayText¶
-
interface
OCP\WorkflowEngine\EntityContext\
IDisplayText
¶ - Interface IDisplayText
Source: lib/public/WorkflowEngine/EntityContext/IDisplayText.php#35
Methods¶
-
public
OCP\WorkflowEngine\EntityContext\IDisplayText::
getDisplayText
($verbosity=0)¶ - returns translated text used for display to the end user. For instance,it can describe the event in a human readable way.The entity may react to a verbosity level that is provided. With thebasic level, 0, it would return brief information, and more with highernumbers. All information shall be shown at a level of 3.
Source: lib/public/WorkflowEngine/EntityContext/IDisplayText.php#47 Since: 18.0.0