Public Member Functions | |
setLangConstant ($sLangConstant) | |
getLangConstant () | |
getString () | |
getValues () | |
Private Attributes | |
$_sLangConstant = "" |
Exception class for a non existing language local
Definition at line 6 of file oxlanguageexception.php.
oxLanguageException.getLangConstant | ( | ) |
oxLanguageException.getString | ( | ) |
Get string dump Overrides oxException.getString()
Reimplemented from oxException.
Definition at line 42 of file oxlanguageexception.php.
oxLanguageException.getValues | ( | ) |
Creates an array of field name => field value of the object to make a easy conversion of exceptions to error messages possible Overrides oxException.getValues() should be extended when additional fields are used!
Reimplemented from oxException.
Definition at line 55 of file oxlanguageexception.php.
oxLanguageException.setLangConstant | ( | $ | sLangConstant | ) |
sets the language constant which is missing
string | $sLangConstant language constant |
Definition at line 21 of file oxlanguageexception.php.
oxLanguageException.$_sLangConstant = "" [private] |
Definition at line 14 of file oxlanguageexception.php.