Documentation

ListStoreRequest extends ListStoreRequestType
in package

Class representing ListStoreRequest.

Table of Contents

Properties

$requestStore  : RequestStoreType|null
$restrictionData  : RestrictionDataStoreType|null
$storeVersion  : string|null
Požadovaná verze skladů.
$version  : string|null

Methods

getRequestStore()  : RequestStoreType
Gets as requestStore.
getRestrictionData()  : RestrictionDataStoreType
Gets as restrictionData.
getStoreVersion()  : string
Gets as storeVersion.
getVersion()  : string
Gets as version.
setRequestStore()  : self
Sets a new requestStore.
setRestrictionData()  : self
Sets a new restrictionData.
setStoreVersion()  : self
Sets a new storeVersion.
setVersion()  : self
Sets a new version.

Properties

Methods

getStoreVersion()

Gets as storeVersion.

public getStoreVersion() : string

Požadovaná verze skladů.

Return values
string

setStoreVersion()

Sets a new storeVersion.

public setStoreVersion(string $storeVersion) : self

Požadovaná verze skladů.

Parameters
$storeVersion : string
Return values
self

setVersion()

Sets a new version.

public setVersion(string $version) : self
Parameters
$version : string
Return values
self

        
On this page

Search results