Combu Server
3.1.1
PHP API Documentation
|
Static Public Member Functions | |
static | Initialize ($language="en") |
static | Get ($errorName) |
static | GetLanguage () |
Class used for Error Messages to be displayed in web services
Definition at line 10 of file ErrorMessage.php.
|
static |
Get the localized error message for the current language array[string]string $WS_ERRORS The global error messages array
string | $errorName | The error key in the associative array $WS_ERRORS |
Definition at line 73 of file ErrorMessage.php.
|
static |
Get the current language for error messages
Definition at line 84 of file ErrorMessage.php.
|
static |
Initialize the error messages
string | $language | The language to load ('$errorFilesFolder/errors_$language.php') |
Definition at line 27 of file ErrorMessage.php.