Documentation

structure

Packages

content
history
version

Interfaces, Classes, Traits and Enums

rex_api_article_move
This is a base class for all functions which a component may provide for public use.
rex_article
Object Oriented Framework: Bildet einen Artikel der Struktur ab.
rex_article_cache
rex_category
Object Oriented Framework: Bildet eine Kategorie der Struktur ab.
rex_form_widget_linklist_element
rex_form_widget_linkmap_element
rex_var_link
REX_LINK.
rex_var_linklist
REX_LINKLIST[1].
rex_navigation
Klasse zum Erstellen von Navigationen.
rex_structure_perm
Abstract class for complex permissions.
rex_category_select
rex_article_service
rex_category_service
Funktionensammlung für die Strukturverwaltung.
rex_structure_element
Object Oriented Framework: Basisklasse für die Strukturkomponenten.
rex_var_article
REX_ARTICLE[1] REX_ARTICLE[id=1].
rex_var_category
REX_CATEGORY[xzy] REX_CATEGORY[field=xzy] REX_CATEGORY[field=xzy id=3] REX_CATEGORY[field=xzy id=3 clang=2].

Table of Contents

rex_getUrl()  : string
Gibt eine Url zu einem Artikel zurück.
rex_redirect()  : mixed
Leitet auf einen anderen Artikel weiter.

Functions

rex_getUrl()

Gibt eine Url zu einem Artikel zurück.

rex_getUrl([int|string|null $id = null ][, int|string|null $clang = null ][, array<string|int, mixed> $params = [] ][, string $separator = '&amp;' ]) : string
Parameters
$id : int|string|null = null
$clang : int|string|null = null

SprachId des Artikels

$params : array<string|int, mixed> = []

Array von Parametern

$separator : string = '&amp;'
Return values
string

rex_redirect()

Leitet auf einen anderen Artikel weiter.

rex_redirect(null|int|string $articleId[, null|int|string $clang = null ][, array<string|int, mixed> $params = [] ]) : mixed
Parameters
$articleId : null|int|string
$clang : null|int|string = null

SprachId des Artikels

$params : array<string|int, mixed> = []
Tags
throws
InvalidArgumentException
Return values
mixed

Search results