|
ILIAS
Release_3_10_x_branch Revision 61812
|
Collaboration diagram for ilMailingList:Public Member Functions | |
| __construct (ilObjUser $user, $id=0) | |
| insert () | |
| update () | |
| delete () | |
| getAssignedEntries () | |
| assignAddressbookEntry ($addr_id=0) | |
| deassignAddressbookEntry ($a_id=0) | |
| deassignAllEntries () | |
| setId ($a_mail_id=0) | |
| getId () | |
| setUserId ($a_user_id=0) | |
| getUserId () | |
| setTitle ($a_title= '') | |
| getTitle () | |
| setDescription ($a_description= '') | |
| getDescription () | |
| setCreatedate ($_createdate= '0000-00-00 00:00:00') | |
| getCreatedate () | |
| setChangedate ($a_changedate= '0000-00-00 00:00:00') | |
| getChangedate () | |
Static Public Member Functions | |
| static | _isOwner ($a_ml_id, $a_usr_id) |
Private Member Functions | |
| read () | |
Private Attributes | |
| $mail_id = 0 | |
| $user_id = 0 | |
| $title = '' | |
| $description = '' | |
| $createdate = '0000-00-00 00:00:00' | |
| $changedate = '0000-00-00 00:00:00' | |
| $user = null | |
| $db = null | |
Definition at line 30 of file class.ilMailingList.php.
| ilMailingList::__construct | ( | ilObjUser | $user, |
$id = 0 |
|||
| ) |
|
static |
Definition at line 256 of file class.ilMailingList.php.
Referenced by ilMailingListsGUI\mailToList(), ilMailingListsGUI\performDelete(), ilMailingListsGUI\performDeleteMembers(), ilMailingListsGUI\saveAssignmentForm(), ilMailingListsGUI\saveForm(), ilMailingListsGUI\showAssignmentForm(), and ilMailingListsGUI\showForm().
Here is the caller graph for this function:| ilMailingList::assignAddressbookEntry | ( | $addr_id = 0 | ) |
Definition at line 171 of file class.ilMailingList.php.
| ilMailingList::deassignAddressbookEntry | ( | $a_id = 0 | ) |
Definition at line 185 of file class.ilMailingList.php.
| ilMailingList::deassignAllEntries | ( | ) |
Definition at line 196 of file class.ilMailingList.php.
Referenced by delete().
Here is the caller graph for this function:| ilMailingList::delete | ( | ) |
Definition at line 98 of file class.ilMailingList.php.
References deassignAllEntries().
Here is the call graph for this function:| ilMailingList::getAssignedEntries | ( | ) |
Definition at line 144 of file class.ilMailingList.php.
References $res, and DB_FETCHMODE_OBJECT.
| ilMailingList::getChangedate | ( | ) |
Definition at line 251 of file class.ilMailingList.php.
References $changedate.
| ilMailingList::getCreatedate | ( | ) |
Definition at line 243 of file class.ilMailingList.php.
References $createdate.
| ilMailingList::getDescription | ( | ) |
Definition at line 235 of file class.ilMailingList.php.
References $description.
| ilMailingList::getId | ( | ) |
Definition at line 211 of file class.ilMailingList.php.
References $mail_id.
| ilMailingList::getTitle | ( | ) |
| ilMailingList::getUserId | ( | ) |
Definition at line 219 of file class.ilMailingList.php.
References $user_id.
| ilMailingList::insert | ( | ) |
Definition at line 56 of file class.ilMailingList.php.
|
private |
Definition at line 119 of file class.ilMailingList.php.
Referenced by __construct().
Here is the caller graph for this function:| ilMailingList::setChangedate | ( | $a_changedate = '0000-00-00 00:00:00' | ) |
Definition at line 247 of file class.ilMailingList.php.
| ilMailingList::setCreatedate | ( | $_createdate = '0000-00-00 00:00:00' | ) |
Definition at line 239 of file class.ilMailingList.php.
| ilMailingList::setDescription | ( | $a_description = '' | ) |
Definition at line 231 of file class.ilMailingList.php.
| ilMailingList::setId | ( | $a_mail_id = 0 | ) |
Definition at line 207 of file class.ilMailingList.php.
| ilMailingList::setTitle | ( | $a_title = '' | ) |
Definition at line 223 of file class.ilMailingList.php.
| ilMailingList::setUserId | ( | $a_user_id = 0 | ) |
Definition at line 215 of file class.ilMailingList.php.
| ilMailingList::update | ( | ) |
Definition at line 75 of file class.ilMailingList.php.
|
private |
Definition at line 37 of file class.ilMailingList.php.
Referenced by getChangedate().
|
private |
Definition at line 36 of file class.ilMailingList.php.
Referenced by getCreatedate().
|
private |
Definition at line 40 of file class.ilMailingList.php.
|
private |
Definition at line 35 of file class.ilMailingList.php.
Referenced by getDescription().
|
private |
Definition at line 32 of file class.ilMailingList.php.
Referenced by getId().
|
private |
Definition at line 34 of file class.ilMailingList.php.
Referenced by getTitle().
|
private |
Definition at line 39 of file class.ilMailingList.php.
Referenced by __construct().
|
private |
Definition at line 33 of file class.ilMailingList.php.
Referenced by getUserId().