InternetParamsType
in package
Class representing InternetParamsType.
XSD Type: internetParamsType
Table of Contents
- $idInternetParams : string|null
- Verze 2.0, hodnoty ID parametrů internetových obchodů jsou oddělené čárkou.
- $intParameter : array<string|int, mixed>
- Verze 2.1 a vyšší, hodnoty parametrů internetových obchodů.
- addToIntParameter() : self
- Adds as intParameter.
- getIdInternetParams() : string
- Gets as idInternetParams.
- getIntParameter() : array<string|int, RefTypeLongType>
- Gets as intParameter.
- issetIntParameter() : bool
- isset intParameter.
- setIdInternetParams() : self
- Sets a new idInternetParams.
- setIntParameter() : self
- Sets a new intParameter.
- unsetIntParameter() : void
- unset intParameter.
Properties
$idInternetParams
Verze 2.0, hodnoty ID parametrů internetových obchodů jsou oddělené čárkou.
private
string|null
$idInternetParams
= null
$intParameter
Verze 2.1 a vyšší, hodnoty parametrů internetových obchodů.
private
array<string|int, mixed>
$intParameter
= []
Methods
addToIntParameter()
Adds as intParameter.
public
addToIntParameter(RefTypeLongType $intParameter) : self
Verze 2.1 a vyšší, hodnoty parametrů internetových obchodů.
Parameters
- $intParameter : RefTypeLongType
Return values
self —getIdInternetParams()
Gets as idInternetParams.
public
getIdInternetParams() : string
Verze 2.0, hodnoty ID parametrů internetových obchodů jsou oddělené čárkou.
Return values
string —getIntParameter()
Gets as intParameter.
public
getIntParameter() : array<string|int, RefTypeLongType>
Verze 2.1 a vyšší, hodnoty parametrů internetových obchodů.
Return values
array<string|int, RefTypeLongType> —issetIntParameter()
isset intParameter.
public
issetIntParameter(int|string $index) : bool
Verze 2.1 a vyšší, hodnoty parametrů internetových obchodů.
Parameters
- $index : int|string
Return values
bool —setIdInternetParams()
Sets a new idInternetParams.
public
setIdInternetParams(string $idInternetParams) : self
Verze 2.0, hodnoty ID parametrů internetových obchodů jsou oddělené čárkou.
Parameters
- $idInternetParams : string
Return values
self —setIntParameter()
Sets a new intParameter.
public
setIntParameter([array<string|int, RefTypeLongType> $intParameter = null ]) : self
Verze 2.1 a vyšší, hodnoty parametrů internetových obchodů.
Parameters
- $intParameter : array<string|int, RefTypeLongType> = null
Return values
self —unsetIntParameter()
unset intParameter.
public
unsetIntParameter(int|string $index) : void
Verze 2.1 a vyšší, hodnoty parametrů internetových obchodů.
Parameters
- $index : int|string