InventoryListsDetailType
in package
Class representing InventoryListsDetailType.
XSD Type: inventoryListsDetailType
Table of Contents
- $inventoryListsItem : array<string|int, mixed>
- addToInventoryListsItem() : self
- Adds as inventoryListsItem.
- getInventoryListsItem() : array<string|int, InventoryListsItemType>
- Gets as inventoryListsItem.
- issetInventoryListsItem() : bool
- isset inventoryListsItem.
- setInventoryListsItem() : self
- Sets a new inventoryListsItem.
- unsetInventoryListsItem() : void
- unset inventoryListsItem.
Properties
$inventoryListsItem
private
array<string|int, mixed>
$inventoryListsItem
= []
Methods
addToInventoryListsItem()
Adds as inventoryListsItem.
public
addToInventoryListsItem(InventoryListsItemType $inventoryListsItem) : self
Parameters
- $inventoryListsItem : InventoryListsItemType
Return values
self —getInventoryListsItem()
Gets as inventoryListsItem.
public
getInventoryListsItem() : array<string|int, InventoryListsItemType>
Return values
array<string|int, InventoryListsItemType> —issetInventoryListsItem()
isset inventoryListsItem.
public
issetInventoryListsItem(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —setInventoryListsItem()
Sets a new inventoryListsItem.
public
setInventoryListsItem(array<string|int, InventoryListsItemType> $inventoryListsItem) : self
Parameters
- $inventoryListsItem : array<string|int, InventoryListsItemType>
Return values
self —unsetInventoryListsItem()
unset inventoryListsItem.
public
unsetInventoryListsItem(int|string $index) : void
Parameters
- $index : int|string