ILIAS
Release_4_0_x_branch Revision 61816
|
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 288 of file class.ilMailingList.php.
References $ilDB, $res, and $row.
Referenced by ilMailingListsGUI\mailToList(), ilMailingListsGUI\performDelete(), ilMailingListsGUI\performDeleteMembers(), ilMailingListsGUI\saveAssignmentForm(), ilMailingListsGUI\saveForm(), ilMailingListsGUI\showAssignmentForm(), and ilMailingListsGUI\showForm().
ilMailingList::assignAddressbookEntry | ( | $addr_id = 0 | ) |
Definition at line 197 of file class.ilMailingList.php.
References getId().
ilMailingList::deassignAddressbookEntry | ( | $a_id = 0 | ) |
Definition at line 213 of file class.ilMailingList.php.
ilMailingList::deassignAllEntries | ( | ) |
Definition at line 225 of file class.ilMailingList.php.
References getId().
Referenced by delete().
ilMailingList::delete | ( | ) |
Definition at line 120 of file class.ilMailingList.php.
References deassignAllEntries(), getId(), and getUserId().
ilMailingList::getAssignedEntries | ( | ) |
Definition at line 169 of file class.ilMailingList.php.
References $res, $row, DB_FETCHMODE_OBJECT, and getId().
ilMailingList::getChangedate | ( | ) |
Definition at line 283 of file class.ilMailingList.php.
References $changedate.
Referenced by update().
ilMailingList::getCreatedate | ( | ) |
Definition at line 272 of file class.ilMailingList.php.
References $createdate.
Referenced by insert().
ilMailingList::getDescription | ( | ) |
Definition at line 264 of file class.ilMailingList.php.
References $description.
Referenced by insert(), and update().
ilMailingList::getId | ( | ) |
Definition at line 240 of file class.ilMailingList.php.
References $mail_id.
Referenced by assignAddressbookEntry(), deassignAllEntries(), delete(), getAssignedEntries(), read(), and update().
ilMailingList::getTitle | ( | ) |
Definition at line 256 of file class.ilMailingList.php.
References $title.
Referenced by insert(), and update().
ilMailingList::getUserId | ( | ) |
ilMailingList::insert | ( | ) |
Definition at line 56 of file class.ilMailingList.php.
References getCreatedate(), getDescription(), getTitle(), and getUserId().
|
private |
Definition at line 141 of file class.ilMailingList.php.
References $res, $row, DB_FETCHMODE_OBJECT, getId(), getUserId(), setChangedate(), setCreatedate(), setDescription(), setId(), setTitle(), and setUserId().
Referenced by __construct().
ilMailingList::setChangedate | ( | $a_changedate = '0000-00-00 00:00:00' | ) |
Definition at line 276 of file class.ilMailingList.php.
Referenced by read().
ilMailingList::setCreatedate | ( | $_createdate = '0000-00-00 00:00:00' | ) |
Definition at line 268 of file class.ilMailingList.php.
Referenced by read().
ilMailingList::setDescription | ( | $a_description = '' | ) |
Definition at line 260 of file class.ilMailingList.php.
Referenced by read().
ilMailingList::setId | ( | $a_mail_id = 0 | ) |
Definition at line 236 of file class.ilMailingList.php.
Referenced by read().
ilMailingList::setTitle | ( | $a_title = '' | ) |
Definition at line 252 of file class.ilMailingList.php.
Referenced by read().
ilMailingList::setUserId | ( | $a_user_id = 0 | ) |
Definition at line 244 of file class.ilMailingList.php.
Referenced by read().
ilMailingList::update | ( | ) |
Definition at line 88 of file class.ilMailingList.php.
References getChangedate(), getDescription(), getId(), getTitle(), and getUserId().
|
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().