IDisplayText
in
Interface IDisplayText
Tags
Table of Contents
Methods
- getDisplayText() : string
- returns translated text used for display to the end user. For instance, it can describe the event in a human readable way.
Methods
getDisplayText()
returns translated text used for display to the end user. For instance, it can describe the event in a human readable way.
public
getDisplayText([int $verbosity = 0 ]) : string
The entity may react to a verbosity level that is provided. With the basic level, 0, it would return brief information, and more with higher numbers. All information shall be shown at a level of 3.
Parameters
- $verbosity : int = 0