|
OXID eShop CE
4.10.2
|
Inheritance diagram for oxLanguageException:
Collaboration diagram for oxLanguageException:Public Member Functions | |
| setLangConstant ($sLangConstant) | |
| getLangConstant () | |
| getString () | |
| getValues () | |
Public Member Functions inherited from oxException | |
| __construct ($sMessage="not set", $iCode=0) | |
| setLogFileName ($sFile) | |
| getLogFileName () | |
| setMessage ($sMessage) | |
| setRenderer () | |
| isRenderer () | |
| setNotCaught () | |
| isNotCaught () | |
| debugOut () | |
| setDestination ($sDestination) | |
Private Attributes | |
| $_sLangConstant = "" | |
Additional Inherited Members | |
Protected Attributes inherited from oxException | |
| $_sFileName = 'EXCEPTION_LOG.txt' | |
| $_blRenderer = false | |
| $_blNotCaught = false | |
Exception class for a non existing language local
Definition at line 8 of file oxlanguageexception.php.
| oxLanguageException::getLangConstant | ( | ) |
| oxLanguageException::getString | ( | ) |
Get string dump Overrides oxException::getString()
Reimplemented from oxException.
Definition at line 44 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 57 of file oxlanguageexception.php.
| oxLanguageException::setLangConstant | ( | $sLangConstant | ) |
sets the language constant which is missing
| string | $sLangConstant | language constant |
Definition at line 23 of file oxlanguageexception.php.
|
private |
Definition at line 16 of file oxlanguageexception.php.