ListIntDocRequest
extends ListIntDocRequestType
in package
Class representing ListIntDocRequest.
Table of Contents
Properties
- $extSystem : string|null
- Označení externího systému, pro který se vyexportují identifikátory.
- $intDocVersion : string|null
- Požadovaná verze dokladu.
- $requestIntDoc : array<string|int, RequestIntDocType>
- $restrictionData : array<string|int, RestrictionDocParamType>
- Omezení exportu dat dokladů.
- $version : string|null
Methods
- addToRequestIntDoc() : self
- Adds as requestIntDoc.
- addToRestrictionData() : self
- Adds as restrictionData.
- getExtSystem() : string
- Gets as extSystem.
- getIntDocVersion() : string
- Gets as intDocVersion.
- getRequestIntDoc() : array<string|int, RequestIntDocType>
- Gets as requestIntDoc.
- getRestrictionData() : array<string|int, RestrictionDocParamType>
- Gets as restrictionData.
- getVersion() : string
- Gets as version.
- issetRequestIntDoc() : bool
- isset requestIntDoc.
- issetRestrictionData() : bool
- isset restrictionData.
- setExtSystem() : self
- Sets a new extSystem.
- setIntDocVersion() : self
- Sets a new intDocVersion.
- setRequestIntDoc() : self
- Sets a new requestIntDoc.
- setRestrictionData() : self
- Sets a new restrictionData.
- setVersion() : self
- Sets a new version.
- unsetRequestIntDoc() : void
- unset requestIntDoc.
- unsetRestrictionData() : void
- unset restrictionData.
Properties
$extSystem
Označení externího systému, pro který se vyexportují identifikátory.
private
string|null
$extSystem
= null
$intDocVersion
Požadovaná verze dokladu.
private
string|null
$intDocVersion
= null
$requestIntDoc
private
array<string|int, RequestIntDocType>
$requestIntDoc
= []
$restrictionData
Omezení exportu dat dokladů.
private
array<string|int, RestrictionDocParamType>
$restrictionData
= []
$version
private
string|null
$version
= null
Methods
addToRequestIntDoc()
Adds as requestIntDoc.
public
addToRequestIntDoc(RequestIntDocType $requestIntDoc) : self
Parameters
- $requestIntDoc : RequestIntDocType
Return values
selfaddToRestrictionData()
Adds as restrictionData.
public
addToRestrictionData(RestrictionDocParamType $restrictionData) : self
Omezení exportu dat dokladů.
Parameters
- $restrictionData : RestrictionDocParamType
Return values
selfgetExtSystem()
Gets as extSystem.
public
getExtSystem() : string
Označení externího systému, pro který se vyexportují identifikátory.
Return values
stringgetIntDocVersion()
Gets as intDocVersion.
public
getIntDocVersion() : string
Požadovaná verze dokladu.
Return values
stringgetRequestIntDoc()
Gets as requestIntDoc.
public
getRequestIntDoc() : array<string|int, RequestIntDocType>
Return values
array<string|int, RequestIntDocType>getRestrictionData()
Gets as restrictionData.
public
getRestrictionData() : array<string|int, RestrictionDocParamType>
Omezení exportu dat dokladů.
Return values
array<string|int, RestrictionDocParamType>getVersion()
Gets as version.
public
getVersion() : string
Return values
stringissetRequestIntDoc()
isset requestIntDoc.
public
issetRequestIntDoc(int|string $index) : bool
Parameters
- $index : int|string
Return values
boolissetRestrictionData()
isset restrictionData.
public
issetRestrictionData(int|string $index) : bool
Omezení exportu dat dokladů.
Parameters
- $index : int|string
Return values
boolsetExtSystem()
Sets a new extSystem.
public
setExtSystem(string $extSystem) : self
Označení externího systému, pro který se vyexportují identifikátory.
Parameters
- $extSystem : string
Return values
selfsetIntDocVersion()
Sets a new intDocVersion.
public
setIntDocVersion(string $intDocVersion) : self
Požadovaná verze dokladu.
Parameters
- $intDocVersion : string
Return values
selfsetRequestIntDoc()
Sets a new requestIntDoc.
public
setRequestIntDoc(array<string|int, RequestIntDocType> $requestIntDoc) : self
Parameters
- $requestIntDoc : array<string|int, RequestIntDocType>
Return values
selfsetRestrictionData()
Sets a new restrictionData.
public
setRestrictionData(array<string|int, RestrictionDocParamType> $restrictionData) : self
Omezení exportu dat dokladů.
Parameters
- $restrictionData : array<string|int, RestrictionDocParamType>
Return values
selfsetVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
selfunsetRequestIntDoc()
unset requestIntDoc.
public
unsetRequestIntDoc(int|string $index) : void
Parameters
- $index : int|string
unsetRestrictionData()
unset restrictionData.
public
unsetRestrictionData(int|string $index) : void
Omezení exportu dat dokladů.
Parameters
- $index : int|string