CommentContent extends EditableDescription
FinalYes
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
- getFilesCount() : int|null
- getHasInlineFiles() : bool|null
- getHeight() : string
- getLoadAction() : Action|null
- getRendererName() : string
- getScope() : string|null
- getSort() : int|null
- getText() : string|null
- getUseBBCodeEditor() : bool|null
- setAction() : self
- setBackgroundColor() : self
- setCopied() : self
- setCopilotSettings() : self
- setEditable() : self
- setFilesCount() : self
- setHasInlineFiles() : self
- setHeight() : self
- setLoadAction() : self
- setScope() : self
- setScopeMobile() : self
- setScopeWeb() : self
- setSort() : self
- setText() : self
- setUseBBCodeEditor() : self
- toArray() : array<string|int, mixed>
Constants
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'
Methods
getAction()
public
getAction() : Action|null
Return values
Action|nullgetBackgroundColor()
public
getBackgroundColor() : string|null
Return values
string|nullgetCopied()
public
getCopied() : bool
Return values
boolgetCopilotSettings()
public
getCopilotSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>getEditable()
public
getEditable() : bool
Return values
boolgetFilesCount()
public
getFilesCount() : int|null
Return values
int|nullgetHasInlineFiles()
public
getHasInlineFiles() : bool|null
Return values
bool|nullgetHeight()
public
getHeight() : string
Return values
stringgetLoadAction()
public
getLoadAction() : Action|null
Return values
Action|nullgetRendererName()
public
getRendererName() : string
Return values
stringgetScope()
public
getScope() : string|null
Return values
string|nullgetSort()
public
getSort() : int|null
Return values
int|nullgetText()
public
getText() : string|null
Return values
string|nullgetUseBBCodeEditor()
public
getUseBBCodeEditor() : bool|null
Return values
bool|nullsetAction()
public
setAction(Action|null $action) : self
Parameters
- $action : Action|null
Return values
selfsetBackgroundColor()
public
setBackgroundColor(string $backgroundColor) : self
Parameters
- $backgroundColor : string
Return values
selfsetCopied()
public
setCopied(bool $copied) : self
Parameters
- $copied : bool
Return values
selfsetCopilotSettings()
public
setCopilotSettings(array<string|int, mixed> $copilotSettings) : self
Parameters
- $copilotSettings : array<string|int, mixed>
Return values
selfsetEditable()
public
setEditable(bool $editable) : self
Parameters
- $editable : bool
Return values
selfsetFilesCount()
public
setFilesCount(int|null $filesCount) : self
Parameters
- $filesCount : int|null
Return values
selfsetHasInlineFiles()
public
setHasInlineFiles(bool|null $hasInlineFiles) : self
Parameters
- $hasInlineFiles : bool|null
Return values
selfsetHeight()
public
setHeight(string $height) : self
Parameters
- $height : string
Return values
selfsetLoadAction()
public
setLoadAction(Action|null $action) : self
Parameters
- $action : Action|null
Return values
selfsetScope()
public
setScope(string|null $scope) : self
Parameters
- $scope : string|null
Return values
selfsetScopeMobile()
public
setScopeMobile() : self
Return values
selfsetScopeWeb()
public
setScopeWeb() : self
Return values
selfsetSort()
public
setSort(int|null $sort) : self
Parameters
- $sort : int|null
Return values
selfsetText()
public
setText(string|null $text) : self
Parameters
- $text : string|null
Return values
selfsetUseBBCodeEditor()
public
setUseBBCodeEditor(bool $useBBCodeEditor) : self
Parameters
- $useBBCodeEditor : bool
Return values
selftoArray()
public
toArray() : array<string|int, mixed>