Jelix 1.6.40

jInstallerException extends Exception
in package

Installer Exception

It handles installer messages.

Tags
subpackage

installer

Table of Contents

$localeKey  : string
the locale key
$localeParams  : mixed
parameters for the locale key
__construct()  : mixed
getLocaleKey()  : string
getter for the locale key
getLocaleParameters()  : string
getter for the locale parameters

Properties

Methods

__construct()

public __construct(string $localekey[, array<string|int, mixed> $localeParams = null ]) : mixed
Parameters
$localekey : string

a locale key

$localeParams : array<string|int, mixed> = null

parameters for the message (for sprintf)

Return values
mixed

getLocaleParameters()

getter for the locale parameters

public getLocaleParameters() : string
Return values
string

Search results