LinkedDocumentsType
in package
Class representing LinkedDocumentsType.
XSD Type: linkedDocumentsType
Table of Contents
- $linkedDocument : array<string|int, mixed>
- Prodejky zaúčtované dokladem.
- 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, mixed>
$linkedDocument
= []
Methods
addToLinkedDocument()
Adds as linkedDocument.
public
addToLinkedDocument(LinkedDocumentType $linkedDocument) : self
Prodejky zaúčtované dokladem.
Parameters
- $linkedDocument : LinkedDocumentType
Return values
self —getLinkedDocument()
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
bool —setLinkedDocument()
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
self —unsetLinkedDocument()
unset linkedDocument.
public
unsetLinkedDocument(int|string $index) : void
Prodejky zaúčtované dokladem.
Parameters
- $index : int|string