Documentation

LinkElemetType
in package

Class representing LinkElemetType.

XSD Type: linkElemetType

Table of Contents

Properties

$settingsSourceDocument  : SettingsSourceDocumentType|null
Nastavení parametrů na zdrojovém dokladu po vytvoření vazby na doklad.
$sourceAgenda  : string|null
Agenda zdrojového dokladu.
$sourceDocument  : SourceDocumentType|null
Doklad.

Methods

getSettingsSourceDocument()  : SettingsSourceDocumentType
Gets as settingsSourceDocument.
getSourceAgenda()  : string
Gets as sourceAgenda.
getSourceDocument()  : SourceDocumentType
Gets as sourceDocument.
setSettingsSourceDocument()  : self
Sets a new settingsSourceDocument.
setSourceAgenda()  : self
Sets a new sourceAgenda.
setSourceDocument()  : self
Sets a new sourceDocument.

Properties

$sourceAgenda

Agenda zdrojového dokladu.

private string|null $sourceAgenda = null

Methods

getSourceAgenda()

Gets as sourceAgenda.

public getSourceAgenda() : string

Agenda zdrojového dokladu.

Return values
string

setSettingsSourceDocument()

Sets a new settingsSourceDocument.

public setSettingsSourceDocument([SettingsSourceDocumentType|null $settingsSourceDocument = null ]) : self

Nastavení parametrů na zdrojovém dokladu po vytvoření vazby na doklad.

Parameters
$settingsSourceDocument : SettingsSourceDocumentType|null = null
Return values
self

setSourceAgenda()

Sets a new sourceAgenda.

public setSourceAgenda(string $sourceAgenda) : self

Agenda zdrojového dokladu.

Parameters
$sourceAgenda : string
Return values
self

        
On this page

Search results