OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxLanguageException Class Reference
+ 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

Detailed Description

Exception class for a non existing language local

Deprecated:
since 5.2.8 (2016.02.05); Will be removed as not used in code.

Definition at line 8 of file oxlanguageexception.php.

Member Function Documentation

oxLanguageException::getLangConstant ( )

Get language constant

Returns
string

Definition at line 33 of file oxlanguageexception.php.

oxLanguageException::getString ( )

Get string dump Overrides oxException::getString()

Returns
string

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!

Returns
array

Reimplemented from oxException.

Definition at line 57 of file oxlanguageexception.php.

oxLanguageException::setLangConstant (   $sLangConstant)

sets the language constant which is missing

Parameters
string$sLangConstantlanguage constant

Definition at line 23 of file oxlanguageexception.php.

Member Data Documentation

oxLanguageException::$_sLangConstant = ""
private

Definition at line 16 of file oxlanguageexception.php.


The documentation for this class was generated from the following file: