DefaultRequisite
Table of Contents
Methods
-
__construct()
: mixed
-
get()
: array<string|int, mixed>|null
-
getId()
: int|null
-
setCheckPermissions()
: self
-
upsert()
: Result
-
upsertField()
: Result
__construct()
public
__construct(ItemIdentifier $itemIdentifier) : mixed
Parameters
-
$itemIdentifier
: ItemIdentifier
-
get()
public
get() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getId()
public
getId() : int|null
setCheckPermissions()
public
setCheckPermissions(bool $checkPermissions) : self
Parameters
-
$checkPermissions
: bool
-
upsert()
public
upsert(array<string|int, mixed> $requisiteFields) : Result
Parameters
-
$requisiteFields
: array<string|int, mixed>
-
upsertField()
public
upsertField(string $fieldName, mixed $fieldValue) : Result
Parameters
-
$fieldName
: string
-
-
$fieldValue
: mixed
-