StockPriceItemType
in package
Class representing StockPriceItemType.
XSD Type: stockPriceItemType
Table of Contents
Properties
- $stockPrice : array<string|int, StockPriceType>
Methods
- 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, StockPriceType>
$stockPrice
= []
Methods
addToStockPrice()
Adds as stockPrice.
public
addToStockPrice(StockPriceType $stockPrice) : self
Parameters
- $stockPrice : StockPriceType
Return values
selfgetStockPrice()
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
boolsetStockPrice()
Sets a new stockPrice.
public
setStockPrice(array<string|int, StockPriceType> $stockPrice) : self
Parameters
- $stockPrice : array<string|int, StockPriceType>
Return values
selfunsetStockPrice()
unset stockPrice.
public
unsetStockPrice(int|string $index) : void
Parameters
- $index : int|string