Documentation

rex_clang_service
in package

Table of Contents

Methods

addCLang()  : void
Erstellt eine Clang.
deleteCLang()  : void
Löscht eine Clang.
editCLang()  : bool
Ändert eine Clang.
generateCache()  : void
Schreibt Spracheigenschaften in die Datei include/clang.php.

Methods

addCLang()

Erstellt eine Clang.

public static addCLang(string $code, string $name, int $priority[, bool $status = false ]) : void
Parameters
$code : string

Clang Code

$name : string

Name

$priority : int

Priority

$status : bool = false

Status

deleteCLang()

Löscht eine Clang.

public static deleteCLang(int $id) : void
Parameters
$id : int

Zu löschende ClangId

Tags
throws
rex_exception

editCLang()

Ändert eine Clang.

public static editCLang(int $id, string $code, string $name, int $priority[, bool|null $status = null ]) : bool
Parameters
$id : int

Id der Clang

$code : string

Clang Code

$name : string

Name der Clang

$priority : int

Priority

$status : bool|null = null

Status

Tags
throws
rex_exception
Return values
bool

generateCache()

Schreibt Spracheigenschaften in die Datei include/clang.php.

public static generateCache() : void
Tags
throws
rex_exception

        
On this page

Search results