Documentation

StockDetailType
in package

Class representing StockDetailType.

XSD Type: stockDetailType

Table of Contents

Properties

$stockItem  : array<string|int, StockItemType>

Methods

addToStockItem()  : self
Adds as stockItem.
getStockItem()  : array<string|int, StockItemType>
Gets as stockItem.
issetStockItem()  : bool
isset stockItem.
setStockItem()  : self
Sets a new stockItem.
unsetStockItem()  : void
unset stockItem.

Properties

Methods

issetStockItem()

isset stockItem.

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

unsetStockItem()

unset stockItem.

public unsetStockItem(int|string $index) : void
Parameters
$index : int|string

        
On this page

Search results