PresetList
Table of Contents
Methods
-
__construct()
: mixed
-
getById()
: mixed
-
getFieldNameById()
: array<string|int, mixed>
-
toArray()
: array<string|int, mixed>
__construct()
public
__construct(RequisiteList $requisiteList) : mixed
Parameters
-
$requisiteList
: RequisiteList
-
getById()
public
getById(int $id) : mixed
Parameters
-
$id
: int
-
getFieldNameById()
public
getFieldNameById(int $id) : array<string|int, mixed>
Parameters
-
$id
: int
-
Return values
array<string|int, mixed>
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>