Documentation

ItemSerializer
in package
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

Properties

$itemCompositeId

private array<string|int, mixed>|null $itemCompositeId

Methods

getItemCompositeId()

public getItemCompositeId() : array<string|int, mixed>
Return values
array<string|int, mixed>

getItemType()

public getItemType() : string
Return values
string

setItemCompositeId()

public setItemCompositeId(array<string|int, mixed> $itemCompositeId) : self
Parameters
$itemCompositeId : array<string|int, mixed>
Return values
self

setItemId()

public setItemId(string $itemId) : self
Parameters
$itemId : string
Return values
self

setItemType()

public setItemType(mixed $itemType) : self
Parameters
$itemType : mixed
Return values
self

setLogType()

public setLogType(mixed $logType) : self
Parameters
$logType : mixed
Return values
self

        
On this page

Search results