Documentation

RelatedFileType
in package

Class representing RelatedFileType.

XSD Type: relatedFileType

Table of Contents

$description  : string|null
Popis souvisejícího souboru. Povinné pole v programu POHODA. Pokud není zadáno nebo není unikátní, bude programem Pohoda automaticky vygenerován text: Soubor_(1) .. n.
$filepath  : string|null
$order  : int|null
Pořadí (jen pro export).
getDescription()  : string
Gets as description.
getFilepath()  : string
Gets as filepath.
getOrder()  : int
Gets as order.
setDescription()  : self
Sets a new description.
setFilepath()  : self
Sets a new filepath.
setOrder()  : self
Sets a new order.

Properties

$description

Popis souvisejícího souboru. Povinné pole v programu POHODA. Pokud není zadáno nebo není unikátní, bude programem Pohoda automaticky vygenerován text: Soubor_(1) .. n.

private string|null $description = null

Methods

getDescription()

Gets as description.

public getDescription() : string

Popis souvisejícího souboru. Povinné pole v programu POHODA. Pokud není zadáno nebo není unikátní, bude programem Pohoda automaticky vygenerován text: Soubor_(1) .. n.

Return values
string

getFilepath()

Gets as filepath.

public getFilepath() : string
Return values
string

getOrder()

Gets as order.

public getOrder() : int

Pořadí (jen pro export).

Return values
int

setDescription()

Sets a new description.

public setDescription(string $description) : self

Popis souvisejícího souboru. Povinné pole v programu POHODA. Pokud není zadáno nebo není unikátní, bude programem Pohoda automaticky vygenerován text: Soubor_(1) .. n.

Parameters
$description : string
Return values
self

setFilepath()

Sets a new filepath.

public setFilepath(string $filepath) : self
Parameters
$filepath : string
Return values
self

setOrder()

Sets a new order.

public setOrder(int $order) : self

Pořadí (jen pro export).

Parameters
$order : int
Return values
self

Search results