StockAttachType
in package
Class representing StockAttachType.
XSD Type: stockAttachType
Table of Contents
- $attachItem : array<string|int, mixed>
- addToAttachItem() : self
- Adds as attachItem.
- getAttachItem() : array<string|int, AttachItemType>
- Gets as attachItem.
- issetAttachItem() : bool
- isset attachItem.
- setAttachItem() : self
- Sets a new attachItem.
- unsetAttachItem() : void
- unset attachItem.
Properties
$attachItem
private
array<string|int, mixed>
$attachItem
= []
Methods
addToAttachItem()
Adds as attachItem.
public
addToAttachItem(AttachItemType $attachItem) : self
Parameters
- $attachItem : AttachItemType
Return values
self —getAttachItem()
Gets as attachItem.
public
getAttachItem() : array<string|int, AttachItemType>
Return values
array<string|int, AttachItemType> —issetAttachItem()
isset attachItem.
public
issetAttachItem(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —setAttachItem()
Sets a new attachItem.
public
setAttachItem(array<string|int, AttachItemType> $attachItem) : self
Parameters
- $attachItem : array<string|int, AttachItemType>
Return values
self —unsetAttachItem()
unset attachItem.
public
unsetAttachItem(int|string $index) : void
Parameters
- $index : int|string