RelatedLinkType
in package
Class representing RelatedLinkType.
XSD Type: relatedLinkType
Table of Contents
Properties
- $addressURL : string|null
- $description : string|null
- Popis souvisejícího odkazu. Povinné pole v programu POHODA. Pokud není zadáno nebo není unikátní, bude programem Pohoda automaticky vygenerován text: Odkaz_(1) .. n.
- $order : int|null
- Pořadí (jen pro export).
Methods
- getAddressURL() : string
- Gets as addressURL.
- getDescription() : string
- Gets as description.
- getOrder() : int
- Gets as order.
- setAddressURL() : self
- Sets a new addressURL.
- setDescription() : self
- Sets a new description.
- setOrder() : self
- Sets a new order.
Properties
$addressURL
private
string|null
$addressURL
= null
$description
Popis souvisejícího odkazu. Povinné pole v programu POHODA. Pokud není zadáno nebo není unikátní, bude programem Pohoda automaticky vygenerován text: Odkaz_(1) .. n.
private
string|null
$description
= null
$order
Pořadí (jen pro export).
private
int|null
$order
= null
Methods
getAddressURL()
Gets as addressURL.
public
getAddressURL() : string
Return values
stringgetDescription()
Gets as description.
public
getDescription() : string
Popis souvisejícího odkazu. Povinné pole v programu POHODA. Pokud není zadáno nebo není unikátní, bude programem Pohoda automaticky vygenerován text: Odkaz_(1) .. n.
Return values
stringgetOrder()
Gets as order.
public
getOrder() : int
Pořadí (jen pro export).
Return values
intsetAddressURL()
Sets a new addressURL.
public
setAddressURL(string $addressURL) : self
Parameters
- $addressURL : string
Return values
selfsetDescription()
Sets a new description.
public
setDescription(string $description) : self
Popis souvisejícího odkazu. Povinné pole v programu POHODA. Pokud není zadáno nebo není unikátní, bude programem Pohoda automaticky vygenerován text: Odkaz_(1) .. n.
Parameters
- $description : string
Return values
selfsetOrder()
Sets a new order.
public
setOrder(int $order) : self
Pořadí (jen pro export).
Parameters
- $order : int