Documentation

ListStorageRequest extends ListRequestStoresType
in package

Class representing ListStorageRequest.

Table of Contents

$stores  : array<string|int, mixed>|null
$version  : string|null
Verze exportovaného XML. Podrobnosti k jednotlivým verzím najdete na www.stormware.cz/xml.
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

$version

Verze exportovaného XML. Podrobnosti k jednotlivým verzím najdete na www.stormware.cz/xml.

private string|null $version = null

Methods

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
string

issetStores()

isset stores.

public issetStores(int|string $index) : bool
Parameters
$index : int|string
Return values
bool

setStores()

Sets a new stores.

public setStores([array<string|int, RefType$stores = null ]) : self
Parameters
$stores : array<string|int, RefType> = null
Return values
self

setVersion()

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
self

unsetStores()

unset stores.

public unsetStores(int|string $index) : void
Parameters
$index : int|string
Return values
void

Search results