StockPriceItemType
in package
Class representing StockPriceItemType.
XSD Type: stockPriceItemType
Table of Contents
- $stockPrice : array<string|int, mixed>
- addToStockPrice() : self
- Adds as stockPrice.
- getStockPrice() : array<string|int, StockPriceType>
- Gets as stockPrice.
- issetStockPrice() : bool
- isset stockPrice.
- setStockPrice() : self
- Sets a new stockPrice.
- unsetStockPrice() : void
- unset stockPrice.
Properties
$stockPrice
private
array<string|int, mixed>
$stockPrice
= []
Methods
addToStockPrice()
Adds as stockPrice.
public
addToStockPrice(StockPriceType $stockPrice) : self
Parameters
- $stockPrice : StockPriceType
Return values
self —getStockPrice()
Gets as stockPrice.
public
getStockPrice() : array<string|int, StockPriceType>
Return values
array<string|int, StockPriceType> —issetStockPrice()
isset stockPrice.
public
issetStockPrice(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —setStockPrice()
Sets a new stockPrice.
public
setStockPrice(array<string|int, StockPriceType> $stockPrice) : self
Parameters
- $stockPrice : array<string|int, StockPriceType>
Return values
self —unsetStockPrice()
unset stockPrice.
public
unsetStockPrice(int|string $index) : void
Parameters
- $index : int|string