Item
Table of Contents
Methods
-
__construct()
: mixed
-
getAppCode()
: string|null
-
getCategory()
: string
-
getCode()
: string
-
getCompletionsUrl()
: string
-
getCreatedDate()
: DateTime
-
getId()
: int
-
getName()
: string
-
getOption()
: mixed
-
getSettings()
: array<string|int, mixed>
__construct()
public
__construct(int $id, string $name, string $code, string|null $appCode, string $category, string $completionsUrl, array<string|int, mixed> $settings, DateTime $createdDate) : mixed
Parameters
-
$id
: int
-
-
$name
: string
-
-
$code
: string
-
-
$appCode
: string|null
-
-
$category
: string
-
-
$completionsUrl
: string
-
-
$settings
: array<string|int, mixed>
-
-
$createdDate
: DateTime
-
getAppCode()
public
getAppCode() : string|null
Return values
string|null
getCategory()
public
getCategory() : string
getCode()
public
getCode() : string
getCompletionsUrl()
public
getCompletionsUrl() : string
getCreatedDate()
public
getCreatedDate() : DateTime
getId()
public
getId() : int
getName()
public
getName() : string
getOption()
public
getOption(string $key) : mixed
Parameters
-
$key
: string
-
getSettings()
public
getSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>