SubStoragesType
in package
Class representing SubStoragesType.
XSD Type: subStoragesType
Table of Contents
- $itemStorage : ItemStorageType|null
- getItemStorage() : ItemStorageType
- Gets as itemStorage.
- setItemStorage() : self
- Sets a new itemStorage.
Properties
$itemStorage
private
ItemStorageType|null
$itemStorage
= null
Methods
getItemStorage()
Gets as itemStorage.
public
getItemStorage() : ItemStorageType
Return values
ItemStorageType —setItemStorage()
Sets a new itemStorage.
public
setItemStorage(ItemStorageType $itemStorage) : self
Parameters
- $itemStorage : ItemStorageType