Hint
FinalYes
Column hint.
Tags
Table of Contents
Methods
- __construct() : mixed
- getText() : string
- Hint text.
- isHtml() : bool
- Text is html?
- isInteractivity() : bool
- Is interactivity mode?
- setHtml() : self
- Sets text is html.
- setInteractivity() : self
- Interactivity mode.
- setText() : self
- Hint text.
Methods
__construct()
public
__construct(string $text[, bool $isHtml = false ][, bool $isInteractivity = false ]) : mixed
Parameters
- $text : string
- $isHtml : bool = false
- $isInteractivity : bool = false
getText()
Hint text.
public
getText() : string
Return values
stringisHtml()
Text is html?
public
isHtml() : bool
Return values
boolisInteractivity()
Is interactivity mode?
public
isInteractivity() : bool
Return values
boolsetHtml()
Sets text is html.
public
setHtml(bool $value) : self
Parameters
- $value : bool
Return values
selfsetInteractivity()
Interactivity mode.
public
setInteractivity(bool $value) : self
Parameters
- $value : bool
Tags
Return values
selfsetText()
Hint text.
public
setText(string $value) : self
Parameters
- $value : string