ProductionListType
in package
Class representing ProductionListType.
XSD Type: productionListType
Table of Contents
- $productionListItem : array<string|int, mixed>
- Položka výrobku (Výrobního listu).
- addToProductionListItem() : self
- Adds as productionListItem.
- getProductionListItem() : array<string|int, ProductionListItemType>
- Gets as productionListItem.
- issetProductionListItem() : bool
- isset productionListItem.
- setProductionListItem() : self
- Sets a new productionListItem.
- unsetProductionListItem() : void
- unset productionListItem.
Properties
$productionListItem
Položka výrobku (Výrobního listu).
private
array<string|int, mixed>
$productionListItem
= []
Methods
addToProductionListItem()
Adds as productionListItem.
public
addToProductionListItem(ProductionListItemType $productionListItem) : self
Položka výrobku (Výrobního listu).
Parameters
- $productionListItem : ProductionListItemType
Return values
self —getProductionListItem()
Gets as productionListItem.
public
getProductionListItem() : array<string|int, ProductionListItemType>
Položka výrobku (Výrobního listu).
Return values
array<string|int, ProductionListItemType> —issetProductionListItem()
isset productionListItem.
public
issetProductionListItem(int|string $index) : bool
Položka výrobku (Výrobního listu).
Parameters
- $index : int|string
Return values
bool —setProductionListItem()
Sets a new productionListItem.
public
setProductionListItem(array<string|int, ProductionListItemType> $productionListItem) : self
Položka výrobku (Výrobního listu).
Parameters
- $productionListItem : array<string|int, ProductionListItemType>
Return values
self —unsetProductionListItem()
unset productionListItem.
public
unsetProductionListItem(int|string $index) : void
Položka výrobku (Výrobního listu).
Parameters
- $index : int|string