ListGlobalSettingsRequestType
in package
Class representing ListGlobalSettingsRequestType.
XSD Type: listGlobalSettingsRequestType
Table of Contents
Properties
- $globalSettingsVersion : string|null
- Požadovaná verze.
- $requestGlobalSettings : array<string|int, RequestrequestGlobalSettingsType>
- $version : string|null
Methods
- 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
$globalSettingsVersion
Požadovaná verze.
private
string|null
$globalSettingsVersion
= null
$requestGlobalSettings
private
array<string|int, RequestrequestGlobalSettingsType>
$requestGlobalSettings
= []
$version
private
string|null
$version
= null
Methods
addToRequestGlobalSettings()
Adds as requestGlobalSettings.
public
addToRequestGlobalSettings(RequestrequestGlobalSettingsType $requestGlobalSettings) : self
Parameters
- $requestGlobalSettings : RequestrequestGlobalSettingsType
Return values
selfgetGlobalSettingsVersion()
Gets as globalSettingsVersion.
public
getGlobalSettingsVersion() : string
Požadovaná verze.
Return values
stringgetRequestGlobalSettings()
Gets as requestGlobalSettings.
public
getRequestGlobalSettings() : array<string|int, RequestrequestGlobalSettingsType>
Return values
array<string|int, RequestrequestGlobalSettingsType>getVersion()
Gets as version.
public
getVersion() : string
Return values
stringissetRequestGlobalSettings()
isset requestGlobalSettings.
public
issetRequestGlobalSettings(int|string $index) : bool
Parameters
- $index : int|string
Return values
boolsetGlobalSettingsVersion()
Sets a new globalSettingsVersion.
public
setGlobalSettingsVersion(string $globalSettingsVersion) : self
Požadovaná verze.
Parameters
- $globalSettingsVersion : string
Return values
selfsetRequestGlobalSettings()
Sets a new requestGlobalSettings.
public
setRequestGlobalSettings(array<string|int, RequestrequestGlobalSettingsType> $requestGlobalSettings) : self
Parameters
- $requestGlobalSettings : array<string|int, RequestrequestGlobalSettingsType>
Return values
selfsetVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
selfunsetRequestGlobalSettings()
unset requestGlobalSettings.
public
unsetRequestGlobalSettings(int|string $index) : void
Parameters
- $index : int|string