ItemField
Table of Contents
Methods
-
__construct()
: mixed
-
getCode()
: string
-
getTitle()
: string
-
toArray()
: array<string|int, mixed>
__construct()
public
__construct(string $code, string $title, string $categoryKey, bool $isSelected, bool $isDefault) : mixed
Parameters
-
$code
: string
-
-
$title
: string
-
-
$categoryKey
: string
-
-
$isSelected
: bool
-
-
$isDefault
: bool
-
getCode()
public
getCode() : string
getTitle()
public
getTitle() : string
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>