LinkedDocumentsType
in package
Class representing LinkedDocumentsType.
XSD Type: linkedDocumentsType
Table of Contents
Properties
- $linkedDocument : array<string|int, LinkedDocumentType>
- Prodejky zaúčtované dokladem.
Methods
- addToLinkedDocument() : self
- Adds as linkedDocument.
- getLinkedDocument() : array<string|int, LinkedDocumentType>
- Gets as linkedDocument.
- issetLinkedDocument() : bool
- isset linkedDocument.
- setLinkedDocument() : self
- Sets a new linkedDocument.
- unsetLinkedDocument() : void
- unset linkedDocument.
Properties
$linkedDocument
Prodejky zaúčtované dokladem.
private
array<string|int, LinkedDocumentType>
$linkedDocument
= []
Methods
addToLinkedDocument()
Adds as linkedDocument.
public
addToLinkedDocument(LinkedDocumentType $linkedDocument) : self
Prodejky zaúčtované dokladem.
Parameters
- $linkedDocument : LinkedDocumentType
Return values
selfgetLinkedDocument()
Gets as linkedDocument.
public
getLinkedDocument() : array<string|int, LinkedDocumentType>
Prodejky zaúčtované dokladem.
Return values
array<string|int, LinkedDocumentType>issetLinkedDocument()
isset linkedDocument.
public
issetLinkedDocument(int|string $index) : bool
Prodejky zaúčtované dokladem.
Parameters
- $index : int|string
Return values
boolsetLinkedDocument()
Sets a new linkedDocument.
public
setLinkedDocument([array<string|int, LinkedDocumentType> $linkedDocument = null ]) : self
Prodejky zaúčtované dokladem.
Parameters
- $linkedDocument : array<string|int, LinkedDocumentType> = null
Return values
selfunsetLinkedDocument()
unset linkedDocument.
public
unsetLinkedDocument(int|string $index) : void
Prodejky zaúčtované dokladem.
Parameters
- $index : int|string