RegionDocumentType
implements
Item, JsonSerializable, Arrayable
Table of Contents
Interfaces
- Item
- JsonSerializable
- Arrayable
Properties
-
$code
: string
-
$description
: string
Methods
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
-
toArray()
: array<string|int, mixed>
$code
public
string
$code
$description
public
string
$description
__construct()
public
__construct(string $code, string $description) : mixed
Parameters
-
$code
: string
-
-
$description
: string
-
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>