Jelix 1.8.8

jInstallerException extends Exception
in package

Installer Exception.

It handles installer messages.

Tags
subpackage

installer

deprecated

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()  : array<string|int, string>
getter for the locale parameters.

Properties

$localeKey

the locale key.

protected string $localeKey = ''
Tags

$localeParams

parameters for the locale key.

protected mixed $localeParams
Tags

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)

Tags
Return values
mixed

getLocaleKey()

getter for the locale key.

public getLocaleKey() : string
Tags
Return values
string

getLocaleParameters()

getter for the locale parameters.

public getLocaleParameters() : array<string|int, string>
Tags
Return values
array<string|int, string>

Search results