Documentation

ConfigurationType
in package

Class representing ConfigurationType.

XSD Type: configurationType

Table of Contents

Properties

$companyInfo  : CompanyInfoType|null
$globalSettings  : GlobalSettingsAType|null
$kasaInfo  : KasaInfoType|null
$pohodaPackNum  : int|null
$pohodaRestriction  : PohodaRestrictionType|null
$pohodaSNID  : string|null

Methods

getCompanyInfo()  : CompanyInfoType
Gets as companyInfo.
getGlobalSettings()  : GlobalSettingsAType
Gets as globalSettings.
getKasaInfo()  : KasaInfoType
Gets as kasaInfo.
getPohodaPackNum()  : int
Gets as pohodaPackNum.
getPohodaRestriction()  : PohodaRestrictionType
Gets as pohodaRestriction.
getPohodaSNID()  : string
Gets as pohodaSNID.
setCompanyInfo()  : self
Sets a new companyInfo.
setGlobalSettings()  : self
Sets a new globalSettings.
setKasaInfo()  : self
Sets a new kasaInfo.
setPohodaPackNum()  : self
Sets a new pohodaPackNum.
setPohodaRestriction()  : self
Sets a new pohodaRestriction.
setPohodaSNID()  : self
Sets a new pohodaSNID.

Properties

Methods

getPohodaPackNum()

Gets as pohodaPackNum.

public getPohodaPackNum() : int
Return values
int

getPohodaSNID()

Gets as pohodaSNID.

public getPohodaSNID() : string
Return values
string

setPohodaPackNum()

Sets a new pohodaPackNum.

public setPohodaPackNum(int $pohodaPackNum) : self
Parameters
$pohodaPackNum : int
Return values
self

setPohodaSNID()

Sets a new pohodaSNID.

public setPohodaSNID(string $pohodaSNID) : self
Parameters
$pohodaSNID : string
Return values
self

        
On this page

Search results