ItemSerializer
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$itemCompositeId
: array<string|int, mixed>|null
-
$itemId
: string|null
-
$itemType
: string
-
$logType
: string
Methods
-
getItemCompositeId()
: array<string|int, mixed>
-
getItemId()
: string
-
getItemType()
: string
-
getLogType()
: string
-
jsonSerialize()
: mixed
-
setItemCompositeId()
: self
-
setItemId()
: self
-
setItemType()
: self
-
setLogType()
: self
$itemCompositeId
private
array<string|int, mixed>|null
$itemCompositeId
$itemId
private
string|null
$itemId
$itemType
private
string
$itemType
$logType
private
string
$logType
getItemCompositeId()
public
getItemCompositeId() : array<string|int, mixed>
Return values
array<string|int, mixed>
getItemId()
public
getItemId() : string
getItemType()
public
getItemType() : string
getLogType()
public
getLogType() : string
jsonSerialize()
public
jsonSerialize() : mixed
setItemCompositeId()
public
setItemCompositeId(array<string|int, mixed> $itemCompositeId) : self
Parameters
-
$itemCompositeId
: array<string|int, mixed>
-
setItemId()
public
setItemId(string $itemId) : self
Parameters
-
$itemId
: string
-
setItemType()
public
setItemType(mixed $itemType) : self
Parameters
-
$itemType
: mixed
-
setLogType()
public
setLogType(mixed $logType) : self
Parameters
-
$logType
: mixed
-