Documentation

rex_content_service
in package

Table of Contents

Methods

addSlice()  : string
copyContent()  : bool
Kopiert die Inhalte eines Artikels in einen anderen Artikel.
deleteSlice()  : bool
Löscht einen Slice.
generateArticleContent()  : true
Generiert den Artikel-Cache des Artikelinhalts.
moveSlice()  : string
Verschiebt einen Slice.
sliceStatus()  : void

Methods

addSlice()

public static addSlice(int $articleId, int $clangId, int $ctypeId, int $moduleId[, array<string|int, mixed> $data = [] ]) : string
Parameters
$articleId : int
$clangId : int
$ctypeId : int
$moduleId : int
$data : array<string|int, mixed> = []
Tags
throws
rex_api_exception
Return values
string

copyContent()

Kopiert die Inhalte eines Artikels in einen anderen Artikel.

public static copyContent(int $fromId, int $toId[, int $fromClang = 1 ][, int $toClang = 1 ][, int|null $revision = null ]) : bool
Parameters
$fromId : int

ArtikelId des Artikels, aus dem kopiert werden (Quell ArtikelId)

$toId : int

ArtikelId des Artikel, in den kopiert werden sollen (Ziel ArtikelId)

$fromClang : int = 1

ClangId des Artikels, aus dem kopiert werden soll (Quell ClangId)

$toClang : int = 1

ClangId des Artikels, in den kopiert werden soll (Ziel ClangId)

$revision : int|null = null

If null, slices of all revisions are copied

Return values
bool

TRUE bei Erfolg, sonst FALSE

deleteSlice()

Löscht einen Slice.

public static deleteSlice(int $sliceId) : bool
Parameters
$sliceId : int

Id des Slices

Return values
bool

TRUE bei Erfolg, sonst FALSE

generateArticleContent()

Generiert den Artikel-Cache des Artikelinhalts.

public static generateArticleContent(int $articleId[, int $clang = null ]) : true
Parameters
$articleId : int

Id des zu generierenden Artikels

$clang : int = null

ClangId des Artikels

Tags
throws
rex_exception
Return values
true

moveSlice()

Verschiebt einen Slice.

public static moveSlice(int $sliceId, int $clang, string $direction) : string
Parameters
$sliceId : int

Id des Slices

$clang : int

Id der Sprache

$direction : string

Richtung in die verschoben werden soll

Tags
throws
rex_exception
throws
rex_api_exception
Return values
string

Eine Statusmeldung

sliceStatus()

public static sliceStatus(int $sliceId, int $status) : void
Parameters
$sliceId : int
$status : int

        
On this page

Search results