ListVyrobaRequest
extends ListVyrobaRequestType
in package
Class representing ListVyrobaRequest.
Table of Contents
Properties
- $extSystem : string|null
- Označení externího systému, pro který se vyexportují identifikátory.
- $requestVyroba : array<string|int, RequestVyrobaType>
- $restrictionData : array<string|int, RestrictionDocParamType>
- Omezení exportu dat dokladů.
- $version : string|null
- $vyrobaVersion : string|null
- Požadovaná verze dokladu.
Methods
- addToRequestVyroba() : self
- Adds as requestVyroba.
- addToRestrictionData() : self
- Adds as restrictionData.
- getExtSystem() : string
- Gets as extSystem.
- getRequestVyroba() : array<string|int, RequestVyrobaType>
- Gets as requestVyroba.
- getRestrictionData() : array<string|int, RestrictionDocParamType>
- Gets as restrictionData.
- getVersion() : string
- Gets as version.
- getVyrobaVersion() : string
- Gets as vyrobaVersion.
- issetRequestVyroba() : bool
- isset requestVyroba.
- issetRestrictionData() : bool
- isset restrictionData.
- setExtSystem() : self
- Sets a new extSystem.
- setRequestVyroba() : self
- Sets a new requestVyroba.
- setRestrictionData() : self
- Sets a new restrictionData.
- setVersion() : self
- Sets a new version.
- setVyrobaVersion() : self
- Sets a new vyrobaVersion.
- unsetRequestVyroba() : void
- unset requestVyroba.
- unsetRestrictionData() : void
- unset restrictionData.
Properties
$extSystem
Označení externího systému, pro který se vyexportují identifikátory.
private
string|null
$extSystem
= null
$requestVyroba
private
array<string|int, RequestVyrobaType>
$requestVyroba
= []
$restrictionData
Omezení exportu dat dokladů.
private
array<string|int, RestrictionDocParamType>
$restrictionData
= []
$version
private
string|null
$version
= null
$vyrobaVersion
Požadovaná verze dokladu.
private
string|null
$vyrobaVersion
= null
Methods
addToRequestVyroba()
Adds as requestVyroba.
public
addToRequestVyroba(RequestVyrobaType $requestVyroba) : self
Parameters
- $requestVyroba : RequestVyrobaType
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
stringgetRequestVyroba()
Gets as requestVyroba.
public
getRequestVyroba() : array<string|int, RequestVyrobaType>
Return values
array<string|int, RequestVyrobaType>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
stringgetVyrobaVersion()
Gets as vyrobaVersion.
public
getVyrobaVersion() : string
Požadovaná verze dokladu.
Return values
stringissetRequestVyroba()
isset requestVyroba.
public
issetRequestVyroba(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
selfsetRequestVyroba()
Sets a new requestVyroba.
public
setRequestVyroba(array<string|int, RequestVyrobaType> $requestVyroba) : self
Parameters
- $requestVyroba : array<string|int, RequestVyrobaType>
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
selfsetVyrobaVersion()
Sets a new vyrobaVersion.
public
setVyrobaVersion(string $vyrobaVersion) : self
Požadovaná verze dokladu.
Parameters
- $vyrobaVersion : string
Return values
selfunsetRequestVyroba()
unset requestVyroba.
public
unsetRequestVyroba(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