Documentation

ListGlobalSettingsRequest extends ListGlobalSettingsRequestType
in package

Class representing ListGlobalSettingsRequest.

Table of Contents

$globalSettingsVersion  : string|null
Požadovaná verze.
$requestGlobalSettings  : array<string|int, mixed>
$version  : string|null
addToRequestGlobalSettings()  : self
Adds as requestGlobalSettings.
getGlobalSettingsVersion()  : string
Gets as globalSettingsVersion.
getRequestGlobalSettings()  : array<string|int, RequestrequestGlobalSettingsType>
Gets as requestGlobalSettings.
getVersion()  : string
Gets as version.
issetRequestGlobalSettings()  : bool
isset requestGlobalSettings.
setGlobalSettingsVersion()  : self
Sets a new globalSettingsVersion.
setRequestGlobalSettings()  : self
Sets a new requestGlobalSettings.
setVersion()  : self
Sets a new version.
unsetRequestGlobalSettings()  : void
unset requestGlobalSettings.

Properties

Methods

getGlobalSettingsVersion()

Gets as globalSettingsVersion.

public getGlobalSettingsVersion() : string

Požadovaná verze.

Return values
string

issetRequestGlobalSettings()

isset requestGlobalSettings.

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

setGlobalSettingsVersion()

Sets a new globalSettingsVersion.

public setGlobalSettingsVersion(string $globalSettingsVersion) : self

Požadovaná verze.

Parameters
$globalSettingsVersion : string
Return values
self

setVersion()

Sets a new version.

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

unsetRequestGlobalSettings()

unset requestGlobalSettings.

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

Search results