|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
Give the error message thanks the code for FacturX and UBL21. More...
Collaboration diagram for Noalyss\XMLDocument\Error_Message:Public Member Functions | |
| __construct ($a_error) | |
| constructo | |
| get_a_error () | |
| get_message_error ($code, $type) | |
| returns the text of an error | |
| set_a_error ($a_error) | |
Private Attributes | |
| $a_error | |
| $a_message_company | |
| $a_message_customer | |
Give the error message thanks the code for FacturX and UBL21.
property $a_error (double array) keys :
Definition at line 62 of file error_message.class.php.
| Noalyss\XMLDocument\Error_Message::__construct | ( | $a_error | ) |
constructo
| $a_error | (double array) |
Definition at line 73 of file error_message.class.php.
| Noalyss\XMLDocument\Error_Message::get_a_error | ( | ) |
Definition at line 105 of file error_message.class.php.
References $a_error.
| Noalyss\XMLDocument\Error_Message::get_message_error | ( | $code, | |
| $type ) |
returns the text of an error
| $code | (string or number) |
| $type | (string) customer , general or company |
Definition at line 121 of file error_message.class.php.
References $a_error, $a_message_company, $a_message_customer, $code, and $type.
| Noalyss\XMLDocument\Error_Message::set_a_error | ( | $a_error | ) |
Definition at line 110 of file error_message.class.php.
References $a_error.
|
private |
Definition at line 65 of file error_message.class.php.
Referenced by __construct(), get_a_error(), get_message_error(), and set_a_error().
|
private |
Definition at line 66 of file error_message.class.php.
Referenced by get_message_error().
|
private |
Definition at line 67 of file error_message.class.php.
Referenced by get_message_error().