Table of Contents
Constants
-
BG_COLOR_WHITE
= 'white'
-
BG_COLOR_YELLOW
= 'yellow'
-
HEIGHT_LONG
= 'long'
-
HEIGHT_SHORT
= 'short'
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
Methods
-
getAction()
: Action|null
-
getBackgroundColor()
: string|null
-
getCopied()
: bool
-
getCopilotSettings()
: array<string|int, mixed>
-
getEditable()
: bool
-
getHeight()
: string
-
getRendererName()
: string
-
getScope()
: string|null
-
getSort()
: int|null
-
getText()
: string|null
-
getUseBBCodeEditor()
: bool|null
-
setAction()
: self
-
setBackgroundColor()
: self
-
setCopied()
: self
-
setCopilotSettings()
: self
-
setEditable()
: self
-
setHeight()
: self
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSort()
: self
-
setText()
: self
-
setUseBBCodeEditor()
: self
-
toArray()
: array<string|int, mixed>
BG_COLOR_WHITE
public
mixed
BG_COLOR_WHITE
= 'white'
BG_COLOR_YELLOW
public
mixed
BG_COLOR_YELLOW
= 'yellow'
HEIGHT_LONG
public
mixed
HEIGHT_LONG
= 'long'
HEIGHT_SHORT
public
mixed
HEIGHT_SHORT
= 'short'
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
getAction()
public
getAction() : Action|null
getBackgroundColor()
public
getBackgroundColor() : string|null
Return values
string|null
getCopied()
public
getCopied() : bool
getCopilotSettings()
public
getCopilotSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>
getEditable()
public
getEditable() : bool
getHeight()
public
getHeight() : string
getRendererName()
public
getRendererName() : string
getScope()
public
getScope() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
getText()
public
getText() : string|null
Return values
string|null
getUseBBCodeEditor()
public
getUseBBCodeEditor() : bool|null
setAction()
public
setAction(Action|null $action) : self
Parameters
-
$action
: Action|null
-
setBackgroundColor()
public
setBackgroundColor(string $backgroundColor) : self
Parameters
-
$backgroundColor
: string
-
setCopied()
public
setCopied(bool $copied) : self
Parameters
-
$copied
: bool
-
setCopilotSettings()
public
setCopilotSettings(array<string|int, mixed> $copilotSettings) : self
Parameters
-
$copilotSettings
: array<string|int, mixed>
-
setEditable()
public
setEditable(bool $editable) : self
Parameters
-
$editable
: bool
-
setHeight()
public
setHeight(string $height) : self
Parameters
-
$height
: string
-
setScope()
public
setScope(string|null $scope) : self
Parameters
-
$scope
: string|null
-
setScopeMobile()
public
setScopeMobile() : self
setScopeWeb()
public
setScopeWeb() : self
setSort()
public
setSort(int|null $sort) : self
Parameters
-
$sort
: int|null
-
setText()
public
setText(string|null $text) : self
Parameters
-
$text
: string|null
-
setUseBBCodeEditor()
public
setUseBBCodeEditor(bool $useBBCodeEditor) : self
Parameters
-
$useBBCodeEditor
: bool
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>