ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct (ilObjUser $a_user) | |
get ($id=0) | |
getSelected ($a_ids=array()) | |
getAll () | |
mailingListExists ($a_list_name) | |
setCurrentMailingList ($id=0) | |
getCurrentMailingList () |
Private Attributes | |
$db = null | |
$user = null | |
$ml = null |
Definition at line 32 of file class.ilMailingLists.php.
ilMailingLists::__construct | ( | ilObjUser | $a_user | ) |
Definition at line 38 of file class.ilMailingLists.php.
References $ilDB.
ilMailingLists::get | ( | $id = 0 | ) |
Definition at line 46 of file class.ilMailingLists.php.
ilMailingLists::getAll | ( | ) |
Definition at line 69 of file class.ilMailingLists.php.
References $res, $row, and DB_FETCHMODE_OBJECT.
ilMailingLists::getCurrentMailingList | ( | ) |
Definition at line 120 of file class.ilMailingLists.php.
References $ml.
Referenced by mailingListExists().
ilMailingLists::getSelected | ( | $a_ids = array() | ) |
Definition at line 51 of file class.ilMailingLists.php.
ilMailingLists::mailingListExists | ( | $a_list_name | ) |
Definition at line 99 of file class.ilMailingLists.php.
References getCurrentMailingList(), and setCurrentMailingList().
ilMailingLists::setCurrentMailingList | ( | $id = 0 | ) |
Definition at line 116 of file class.ilMailingLists.php.
Referenced by mailingListExists().
|
private |
Definition at line 34 of file class.ilMailingLists.php.
|
private |
Definition at line 36 of file class.ilMailingLists.php.
Referenced by getCurrentMailingList().
|
private |
Definition at line 35 of file class.ilMailingLists.php.