ManualLinkElementType
in package
Class representing ManualLinkElementType.
XSD Type: manualLinkElementType
Table of Contents
Properties
- $sourceAgenda : string|null
- Agenda zdrojového dokladu.
- $sourceDocument : SourceDocumentType|null
- Doklad.
Methods
- getSourceAgenda() : string
- Gets as sourceAgenda.
- getSourceDocument() : SourceDocumentType
- Gets as sourceDocument.
- setSourceAgenda() : self
- Sets a new sourceAgenda.
- setSourceDocument() : self
- Sets a new sourceDocument.
Properties
$sourceAgenda
Agenda zdrojového dokladu.
private
string|null
$sourceAgenda
= null
$sourceDocument
Doklad.
private
SourceDocumentType|null
$sourceDocument
= null
Methods
getSourceAgenda()
Gets as sourceAgenda.
public
getSourceAgenda() : string
Agenda zdrojového dokladu.
Return values
stringgetSourceDocument()
Gets as sourceDocument.
public
getSourceDocument() : SourceDocumentType
Doklad.
Return values
SourceDocumentTypesetSourceAgenda()
Sets a new sourceAgenda.
public
setSourceAgenda(string $sourceAgenda) : self
Agenda zdrojového dokladu.
Parameters
- $sourceAgenda : string
Return values
selfsetSourceDocument()
Sets a new sourceDocument.
public
setSourceDocument(SourceDocumentType $sourceDocument) : self
Doklad.
Parameters
- $sourceDocument : SourceDocumentType