Documentation

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

Methods

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

        
On this page

Search results