jDaoXmlException
extends jException
in package
Exception for Dao compiler.
Tags
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
$localeKey
the locale key.
protected
string
$localeKey
= ''
Tags
$localeParams
parameters for the locale key.
protected
mixed
$localeParams
= array()
Tags
Methods
__construct()
public
__construct(jSelectorDao $selector, string $localekey[, array<string|int, mixed> $localeParams = array() ]) : mixed
Parameters
- $selector : jSelectorDao
- $localekey : string
-
a locale key
- $localeParams : array<string|int, mixed> = array()
-
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() : string