ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class UserMail this class handles user mails. More...
Public Member Functions | |
__construct ($a_user_id) | |
Constructor setup an mail object. More... | |
createMailOptionsEntry () | |
create entry in table_mail_options for a new user this method should only be called from createUser() More... | |
getOptions () | |
get options of user and set variables $signature and $linebreak this method shouldn't bew called from outside use getSignature() and getLinebreak() private More... | |
getLinebreak () | |
get linebreak of user public More... | |
getSignature () | |
get signature of user public More... | |
getIncomingType () | |
setCronjobNotification () | |
getCronjobNotification () | |
Data Fields | |
$ilias | |
$LOCAL = 0 | |
$EMAIL = 1 | |
$BOTH = 2 | |
$linebreak | |
$signature | |
$incoming_type | |
$cronjob_notification | |
Class UserMail this class handles user mails.
Definition at line 17 of file class.ilMailOptions.php.
ilMailOptions::__construct | ( | $a_user_id | ) |
Constructor setup an mail object.
int | user_id public |
Definition at line 48 of file class.ilMailOptions.php.
References $ilias, and getOptions().
ilMailOptions::createMailOptionsEntry | ( | ) |
create entry in table_mail_options for a new user this method should only be called from createUser()
Definition at line 66 of file class.ilMailOptions.php.
References $ilDB, $ilSetting, array, and IL_MAIL_LOCAL.
ilMailOptions::getCronjobNotification | ( | ) |
Definition at line 188 of file class.ilMailOptions.php.
References $cronjob_notification, $ilDB, $query, and $row.
ilMailOptions::getIncomingType | ( | ) |
Definition at line 179 of file class.ilMailOptions.php.
References $incoming_type.
Referenced by ilMailOptionsGUI\setMailOptionsValuesByDB(), and ilPersonalSettingsGUI\setMailOptionsValuesByDB().
ilMailOptions::getLinebreak | ( | ) |
get linebreak of user public
Definition at line 164 of file class.ilMailOptions.php.
References $linebreak.
ilMailOptions::getOptions | ( | ) |
get options of user and set variables $signature and $linebreak this method shouldn't bew called from outside use getSignature() and getLinebreak() private
Definition at line 90 of file class.ilMailOptions.php.
References $data, $ilDB, $ilSetting, $LOCAL, $res, $row, ilObjUser\_lookupEmail(), array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by __construct().
ilMailOptions::getSignature | ( | ) |
get signature of user public
Definition at line 174 of file class.ilMailOptions.php.
References $signature.
ilMailOptions::setCronjobNotification | ( | ) |
ilMailOptions::$BOTH = 2 |
Definition at line 24 of file class.ilMailOptions.php.
ilMailOptions::$cronjob_notification |
Definition at line 40 of file class.ilMailOptions.php.
Referenced by getCronjobNotification(), and setCronjobNotification().
ilMailOptions::$EMAIL = 1 |
Definition at line 23 of file class.ilMailOptions.php.
ilMailOptions::$ilias |
Definition at line 19 of file class.ilMailOptions.php.
Referenced by __construct().
ilMailOptions::$incoming_type |
Definition at line 39 of file class.ilMailOptions.php.
Referenced by getIncomingType().
ilMailOptions::$linebreak |
Definition at line 31 of file class.ilMailOptions.php.
Referenced by getLinebreak().
ilMailOptions::$LOCAL = 0 |
Definition at line 22 of file class.ilMailOptions.php.
Referenced by getOptions().
ilMailOptions::$signature |
Definition at line 38 of file class.ilMailOptions.php.
Referenced by getSignature().