ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct (ilObjUser $user, $id=0) | |
insert () | |
update () | |
delete () | |
getAssignedEntries () | |
assignUser ($usr_id=0) | |
deleteEntry ($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) | |
getCreatedate () | |
setChangedate ($a_changedate) | |
getChangedate () | |
setMode ($a_mode) | |
getMode () | |
Data Fields | |
const | MODE_ADDRESSBOOK = 1 |
const | MODE_TEMPORARY = 2 |
Private Member Functions | |
read () | |
Private Attributes | |
$mail_id = 0 | |
$user_id = 0 | |
$title = '' | |
$description = '' | |
$createdate = null | |
$changedate = null | |
$user | |
$db | |
Definition at line 30 of file class.ilMailingList.php.
ilMailingList::__construct | ( | ilObjUser | $user, |
$id = 0 |
|||
) |
ilMailingList::assignUser | ( | $usr_id = 0 | ) |
int | $usr_id |
Definition at line 213 of file class.ilMailingList.php.
References array, and getId().
ilMailingList::deassignAllEntries | ( | ) |
Definition at line 241 of file class.ilMailingList.php.
References array, and getId().
Referenced by delete().
ilMailingList::delete | ( | ) |
Definition at line 137 of file class.ilMailingList.php.
References array, deassignAllEntries(), getId(), and getUserId().
ilMailingList::deleteEntry | ( | $a_id = 0 | ) |
int | $a_id |
Definition at line 228 of file class.ilMailingList.php.
References array.
ilMailingList::getAssignedEntries | ( | ) |
Definition at line 187 of file class.ilMailingList.php.
References $counter, $res, $row, array, ilDBConstants\FETCHMODE_OBJECT, and getId().
ilMailingList::getChangedate | ( | ) |
Definition at line 295 of file class.ilMailingList.php.
References $changedate, $DIC, $ilDB, $res, $row, and array.
Referenced by update().
ilMailingList::getCreatedate | ( | ) |
Definition at line 287 of file class.ilMailingList.php.
References $createdate.
Referenced by insert().
ilMailingList::getDescription | ( | ) |
Definition at line 279 of file class.ilMailingList.php.
References $description.
Referenced by insert(), and update().
ilMailingList::getId | ( | ) |
Definition at line 255 of file class.ilMailingList.php.
References $mail_id.
Referenced by ilMailingListsMembersTableGUI\__construct(), assignUser(), deassignAllEntries(), delete(), getAssignedEntries(), read(), and update().
ilMailingList::getMode | ( | ) |
ilMailingList::getTitle | ( | ) |
Definition at line 271 of file class.ilMailingList.php.
References $title.
Referenced by ilMailingListsMembersTableGUI\__construct(), insert(), and update().
ilMailingList::getUserId | ( | ) |
ilMailingList::insert | ( | ) |
Definition at line 67 of file class.ilMailingList.php.
References array, getCreatedate(), getDescription(), getMode(), getTitle(), and getUserId().
|
private |
Definition at line 158 of file class.ilMailingList.php.
References $res, $row, array, ilDBConstants\FETCHMODE_OBJECT, getId(), getUserId(), setChangedate(), setCreatedate(), setDescription(), setId(), setMode(), setTitle(), and setUserId().
Referenced by __construct().
ilMailingList::setChangedate | ( | $a_changedate | ) |
Definition at line 291 of file class.ilMailingList.php.
Referenced by read().
ilMailingList::setCreatedate | ( | $_createdate | ) |
Definition at line 283 of file class.ilMailingList.php.
Referenced by read().
ilMailingList::setDescription | ( | $a_description = '' | ) |
Definition at line 275 of file class.ilMailingList.php.
Referenced by read().
ilMailingList::setId | ( | $a_mail_id = 0 | ) |
Definition at line 251 of file class.ilMailingList.php.
Referenced by read().
ilMailingList::setMode | ( | $a_mode | ) |
Definition at line 316 of file class.ilMailingList.php.
References array.
Referenced by __construct(), and read().
ilMailingList::setTitle | ( | $a_title = '' | ) |
Definition at line 267 of file class.ilMailingList.php.
Referenced by read().
ilMailingList::setUserId | ( | $a_user_id = 0 | ) |
Definition at line 259 of file class.ilMailingList.php.
Referenced by read().
ilMailingList::update | ( | ) |
Definition at line 102 of file class.ilMailingList.php.
References array, getChangedate(), getDescription(), getId(), getMode(), 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 47 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 42 of file class.ilMailingList.php.
Referenced by __construct().
|
private |
Definition at line 33 of file class.ilMailingList.php.
Referenced by getUserId().
const ilMailingList::MODE_ADDRESSBOOK = 1 |
Definition at line 49 of file class.ilMailingList.php.
const ilMailingList::MODE_TEMPORARY = 2 |
Definition at line 50 of file class.ilMailingList.php.
Referenced by ilMailingLists\deleteTemporaryLists(), ilObjUserFolderGUI\mailObject(), and ilMailingListsGUI\showMailingLists().