Public Member Functions | Private Attributes

oxLanguageException Class Reference

Inheritance diagram for oxLanguageException:
Collaboration diagram for oxLanguageException:

List of all members.

Public Member Functions

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

Private Attributes

 $_sLangConstant = ""

Detailed Description

Exception class for a non existing language local

Definition at line 6 of file oxlanguageexception.php.


Member Function Documentation

oxLanguageException.getLangConstant (  ) 

Get language constant

Returns:
string

Definition at line 32 of file oxlanguageexception.php.

oxLanguageException.getString (  ) 

Get string dump Overrides oxException.getString()

Returns:
string

Reimplemented from oxException.

Definition at line 43 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 56 of file oxlanguageexception.php.

oxLanguageException.setLangConstant ( sLangConstant  ) 

sets the language constant which is missing

Parameters:
string $sLangConstant language constant
Returns:
null

Definition at line 22 of file oxlanguageexception.php.


Member Data Documentation

oxLanguageException.$_sLangConstant = "" [private]

Definition at line 13 of file oxlanguageexception.php.


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