|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
configuration email and test PHPMAILER. More...
Collaboration diagram for Noalyss\Mail_Parameter:Public Member Functions | |
| __construct (protected \Database $cn, protected $name) | |
| __get ($key) | |
| get the value in the array $a_value thkx the key | |
| __set ($key, $value) | |
| set the value in the array $a_value thkx the key | |
| from_get () | |
| retrieve information from GET | |
| from_post () | |
| retrieve information from POST | |
| get ($key) | |
| input () | |
| display a form to input the parameter | |
| load () | |
| load from the database | |
| save () | |
| save into the database | |
| set ($key, $value) | |
Static Public Member Functions | |
| static | Factory (\Database $cnx, $reply_to="", $blind_copy="") |
Data Fields | |
| const | PARAMETER |
Protected Attributes | |
| $a_value | |
| $a_value array of PARAMETER=>Value | |
configuration email and test PHPMAILER.
Property :
'smtp_password' password
Definition at line 69 of file mail_parameter.class.php.
| Noalyss\Mail_Parameter::__construct | ( | protected \Database | $cn, |
| protected | $name ) |
Definition at line 89 of file mail_parameter.class.php.
References $cn, $name, and load().
Here is the call graph for this function:| Noalyss\Mail_Parameter::__get | ( | $key | ) |
get the value in the array $a_value thkx the key
| $key | (string) key must be in Mail_Parameter::PARAMETER |
| $value | (string) value |
Exception if the key doesn't exist
Definition at line 122 of file mail_parameter.class.php.
References PARAMETER.
| Noalyss\Mail_Parameter::__set | ( | $key, | |
| $value ) |
set the value in the array $a_value thkx the key
| $key | (string) key must be in Mail_Parameter::PARAMETER |
| $value | (string) value |
Exception if the key doesn't exist
Definition at line 105 of file mail_parameter.class.php.
|
static |
Definition at line 238 of file mail_parameter.class.php.
References elseif, and MAIL_SETTING_NOALYSS.
| Noalyss\Mail_Parameter::from_get | ( | ) |
retrieve information from GET
Definition at line 205 of file mail_parameter.class.php.
References $http.
| Noalyss\Mail_Parameter::from_post | ( | ) |
retrieve information from POST
Definition at line 223 of file mail_parameter.class.php.
References $http.
| Noalyss\Mail_Parameter::get | ( | $key | ) |
Definition at line 182 of file mail_parameter.class.php.
| Noalyss\Mail_Parameter::input | ( | ) |
display a form to input the parameter
Definition at line 197 of file mail_parameter.class.php.
| Noalyss\Mail_Parameter::load | ( | ) |
load from the database
Definition at line 165 of file mail_parameter.class.php.
Referenced by __construct().
| Noalyss\Mail_Parameter::save | ( | ) |
save into the database
Definition at line 138 of file mail_parameter.class.php.
| Noalyss\Mail_Parameter::set | ( | $key, | |
| $value ) |
Definition at line 187 of file mail_parameter.class.php.
References $value.
|
protected |
$a_value array of PARAMETER=>Value
Definition at line 85 of file mail_parameter.class.php.
Referenced by load().
| const Noalyss\Mail_Parameter::PARAMETER |
Definition at line 72 of file mail_parameter.class.php.