ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct (ilObjUser $a_user) | |
ilMailingLists constructor. More... | |
get ($id=0) | |
getSelected ($a_ids=array()) | |
getAll () | |
mailingListExists ($a_list_name) | |
setCurrentMailingList ($id=0) | |
getCurrentMailingList () | |
deleteTemporaryLists () | |
Private Attributes | |
$db | |
$user | |
$ml = null | |
Definition at line 31 of file class.ilMailingLists.php.
ilMailingLists::__construct | ( | ilObjUser | $a_user | ) |
ilMailingLists constructor.
ilObjUser | $a_user |
Definition at line 52 of file class.ilMailingLists.php.
ilMailingLists::deleteTemporaryLists | ( | ) |
Definition at line 143 of file class.ilMailingLists.php.
References getAll(), and ilMailingList\MODE_TEMPORARY.
ilMailingLists::get | ( | $id = 0 | ) |
Definition at line 60 of file class.ilMailingLists.php.
References user().
ilMailingLists::getAll | ( | ) |
Definition at line 83 of file class.ilMailingLists.php.
References $counter, $res, $row, array, ilDBConstants\FETCHMODE_OBJECT, and user().
Referenced by deleteTemporaryLists().
ilMailingLists::getCurrentMailingList | ( | ) |
ilMailingLists::getSelected | ( | $a_ids = array() | ) |
Definition at line 65 of file class.ilMailingLists.php.
References $counter, array, and user().
ilMailingLists::mailingListExists | ( | $a_list_name | ) |
Definition at line 114 of file class.ilMailingLists.php.
References setCurrentMailingList().
ilMailingLists::setCurrentMailingList | ( | $id = 0 | ) |
Definition at line 130 of file class.ilMailingLists.php.
Referenced by mailingListExists().
|
private |
Definition at line 36 of file class.ilMailingLists.php.
|
private |
Definition at line 46 of file class.ilMailingLists.php.
Referenced by getCurrentMailingList().
|
private |
Definition at line 41 of file class.ilMailingLists.php.