ListCentreRequest
extends ListRequestCentreType
in package
Class representing ListCentreRequest.
Table of Contents
- $centreVersion : string|null
- Požadovaná verze centre dokumentu.
- $requestCentre : array<string|int, mixed>
- $version : string|null
- addToRequestCentre() : self
- Adds as requestCentre.
- getCentreVersion() : string
- Gets as centreVersion.
- getRequestCentre() : array<string|int, RequestCentreType>
- Gets as requestCentre.
- getVersion() : string
- Gets as version.
- issetRequestCentre() : bool
- isset requestCentre.
- setCentreVersion() : self
- Sets a new centreVersion.
- setRequestCentre() : self
- Sets a new requestCentre.
- setVersion() : self
- Sets a new version.
- unsetRequestCentre() : void
- unset requestCentre.
Properties
$centreVersion
Požadovaná verze centre dokumentu.
private
string|null
$centreVersion
= null
$requestCentre
private
array<string|int, mixed>
$requestCentre
= []
$version
private
string|null
$version
= null
Methods
addToRequestCentre()
Adds as requestCentre.
public
addToRequestCentre(RequestCentreType $requestCentre) : self
Parameters
- $requestCentre : RequestCentreType
Return values
self —getCentreVersion()
Gets as centreVersion.
public
getCentreVersion() : string
Požadovaná verze centre dokumentu.
Return values
string —getRequestCentre()
Gets as requestCentre.
public
getRequestCentre() : array<string|int, RequestCentreType>
Return values
array<string|int, RequestCentreType> —getVersion()
Gets as version.
public
getVersion() : string
Return values
string —issetRequestCentre()
isset requestCentre.
public
issetRequestCentre(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —setCentreVersion()
Sets a new centreVersion.
public
setCentreVersion(string $centreVersion) : self
Požadovaná verze centre dokumentu.
Parameters
- $centreVersion : string
Return values
self —setRequestCentre()
Sets a new requestCentre.
public
setRequestCentre(array<string|int, RequestCentreType> $requestCentre) : self
Parameters
- $requestCentre : array<string|int, RequestCentreType>
Return values
self —setVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
self —unsetRequestCentre()
unset requestCentre.
public
unsetRequestCentre(int|string $index) : void
Parameters
- $index : int|string