OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Core\Exception\LanguageException Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Core\Exception\LanguageException:
+ Collaboration diagram for OxidEsales\EshopCommunity\Core\Exception\LanguageException:

Public Member Functions

 setLangConstant ($sLangConstant)
 
 getLangConstant ()
 
 getString ()
 
 getValues ()
 

Protected Attributes

 $type = 'oxLanguageException'
 

Private Attributes

 $_sLangConstant = ""
 

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.

Member Function Documentation

◆ getLangConstant()

OxidEsales\EshopCommunity\Core\Exception\LanguageException::getLangConstant ( )

Get language constant

Returns
string

◆ getString()

OxidEsales\EshopCommunity\Core\Exception\LanguageException::getString ( )

Get string dump Overrides oxException::getString()

Returns
string

◆ getValues()

OxidEsales\EshopCommunity\Core\Exception\LanguageException::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

◆ setLangConstant()

OxidEsales\EshopCommunity\Core\Exception\LanguageException::setLangConstant (   $sLangConstant)

sets the language constant which is missing

Parameters
string$sLangConstantlanguage constant

Member Data Documentation

◆ $_sLangConstant

OxidEsales\EshopCommunity\Core\Exception\LanguageException::$_sLangConstant = ""
private

◆ $type

OxidEsales\EshopCommunity\Core\Exception\LanguageException::$type = 'oxLanguageException'
protected

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