Documentation

InventoryLists extends InventoryListsType
in package

Class representing InventoryLists.

Table of Contents

$inventoryListsDetail  : array<string|int, mixed>|null
$inventoryListsHeader  : InventoryListsHeaderType|null
$version  : string|null
addToInventoryListsDetail()  : self
Adds as inventoryListsItem.
getInventoryListsDetail()  : array<string|int, InventoryListsItemType>
Gets as inventoryListsDetail.
getInventoryListsHeader()  : InventoryListsHeaderType
Gets as inventoryListsHeader.
getVersion()  : string
Gets as version.
issetInventoryListsDetail()  : bool
isset inventoryListsDetail.
setInventoryListsDetail()  : self
Sets a new inventoryListsDetail.
setInventoryListsHeader()  : self
Sets a new inventoryListsHeader.
setVersion()  : self
Sets a new version.
unsetInventoryListsDetail()  : void
unset inventoryListsDetail.

Properties

$inventoryListsDetail

private array<string|int, mixed>|null $inventoryListsDetail = null

Methods

getVersion()

Gets as version.

public getVersion() : string
Return values
string

issetInventoryListsDetail()

isset inventoryListsDetail.

public issetInventoryListsDetail(int|string $index) : bool
Parameters
$index : int|string
Return values
bool

setVersion()

Sets a new version.

public setVersion(string $version) : self
Parameters
$version : string
Return values
self

unsetInventoryListsDetail()

unset inventoryListsDetail.

public unsetInventoryListsDetail(int|string $index) : void
Parameters
$index : int|string
Return values
void

Search results