ListStorageRequest
extends ListRequestStoresType
in package
Class representing ListStorageRequest.
Table of Contents
Properties
- $stores : array<string|int, RefType>
- $version : string|null
- Verze exportovaného XML. Podrobnosti k jednotlivým verzím najdete na www.stormware.cz/xml.
Methods
- addToStores() : self
- Adds as store.
- getStores() : array<string|int, RefType>
- Gets as stores.
- getVersion() : string
- Gets as version.
- issetStores() : bool
- isset stores.
- setStores() : self
- Sets a new stores.
- setVersion() : self
- Sets a new version.
- unsetStores() : void
- unset stores.
Properties
$stores
private
array<string|int, RefType>
$stores
= null
$version
Verze exportovaného XML. Podrobnosti k jednotlivým verzím najdete na www.stormware.cz/xml.
private
string|null
$version
= null
Methods
addToStores()
Adds as store.
public
addToStores(RefType $store) : self
Parameters
- $store : RefType
Return values
selfgetStores()
Gets as stores.
public
getStores() : array<string|int, RefType>
Return values
array<string|int, RefType>getVersion()
Gets as version.
public
getVersion() : string
Verze exportovaného XML. Podrobnosti k jednotlivým verzím najdete na www.stormware.cz/xml.
Return values
stringissetStores()
isset stores.
public
issetStores(int|string $index) : bool
Parameters
- $index : int|string
Return values
boolsetStores()
Sets a new stores.
public
setStores([array<string|int, RefType> $stores = null ]) : self
Parameters
- $stores : array<string|int, RefType> = null
Return values
selfsetVersion()
Sets a new version.
public
setVersion(string $version) : self
Verze exportovaného XML. Podrobnosti k jednotlivým verzím najdete na www.stormware.cz/xml.
Parameters
- $version : string
Return values
selfunsetStores()
unset stores.
public
unsetStores(int|string $index) : void
Parameters
- $index : int|string