Documentation

RelatedLinkType
in package

Class representing RelatedLinkType.

XSD Type: relatedLinkType

Table of Contents

$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).
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

$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

Methods

getAddressURL()

Gets as addressURL.

public getAddressURL() : string
Return values
string

getDescription()

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
string

getOrder()

Gets as order.

public getOrder() : int

Pořadí (jen pro export).

Return values
int

setAddressURL()

Sets a new addressURL.

public setAddressURL(string $addressURL) : self
Parameters
$addressURL : string
Return values
self

setDescription()

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
self

setOrder()

Sets a new order.

public setOrder(int $order) : self

Pořadí (jen pro export).

Parameters
$order : int
Return values
self

Search results