| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilMailingLists:
 Collaboration diagram for ilMailingLists:| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMailingLists::setCurrentMailingList | ( | $id = 0 | ) | 
Definition at line 116 of file class.ilMailingLists.php.
Referenced by mailingListExists().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | 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.