Table of Contents
Methods
-
__construct()
: mixed
-
addChild()
: void
-
getAppCode()
: string|null
-
getCacheCategory()
: array<string|int, mixed>
-
getChildren()
: Collection
-
getCode()
: string
-
getIcon()
: string|null
-
getId()
: int
-
getPrompt()
: string|null
-
getSectionCode()
: string|null
-
getSectionTitle()
: string|null
-
getSettings()
: array<string|int, mixed>
-
getSort()
: int
-
getText()
: string
-
getTitle()
: string
-
getType()
: string|null
-
hasSystemCategory()
: bool
-
isFavorite()
: bool
-
isRequiredOriginalMessage()
: bool
-
isRequiredUserMessage()
: bool
-
isSystem()
: bool
-
isWorkWithResult()
: bool
__construct()
public
__construct(int $id, string|null $section, string|null $sort, string $code, string|null $type, string|null $appCode, string|null $icon, string|null $prompt, string $title, mixed $textTranslate, array<string|int, mixed>|null $settings, array<string|int, mixed>|null $cacheCategory, bool $hasSystemCategory, bool $workWithResult, bool $isSystem, bool $isFavorite) : mixed
Parameters
-
$id
: int
-
-
$section
: string|null
-
-
$sort
: string|null
-
-
$code
: string
-
-
$type
: string|null
-
-
$appCode
: string|null
-
-
$icon
: string|null
-
-
$prompt
: string|null
-
-
$title
: string
-
-
$textTranslate
: mixed
-
-
$settings
: array<string|int, mixed>|null
-
-
$cacheCategory
: array<string|int, mixed>|null
-
-
$hasSystemCategory
: bool
-
-
$workWithResult
: bool
-
-
$isSystem
: bool
-
-
$isFavorite
: bool
-
addChild()
public
addChild(Item $item) : void
Parameters
-
$item
: Item
-
getAppCode()
public
getAppCode() : string|null
Return values
string|null
getCacheCategory()
public
getCacheCategory() : array<string|int, mixed>
Return values
array<string|int, mixed>
getChildren()
public
getChildren() : Collection
getCode()
public
getCode() : string
getIcon()
public
getIcon() : string|null
Return values
string|null
getId()
public
getId() : int
getPrompt()
public
getPrompt() : string|null
Return values
string|null
getSectionCode()
public
getSectionCode() : string|null
Return values
string|null
getSectionTitle()
public
getSectionTitle() : string|null
Return values
string|null
getSettings()
public
getSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSort()
public
getSort() : int
getText()
public
getText() : string
getTitle()
public
getTitle() : string
getType()
public
getType() : string|null
Return values
string|null
hasSystemCategory()
public
hasSystemCategory() : bool
isFavorite()
public
isFavorite() : bool
isRequiredOriginalMessage()
public
isRequiredOriginalMessage() : bool
isRequiredUserMessage()
public
isRequiredUserMessage() : bool
isSystem()
public
isSystem() : bool
isWorkWithResult()
public
isWorkWithResult() : bool