|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ilMailingLists: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.
Here is the call graph for this function:| ilMailingLists::deleteTemporaryLists | ( | ) |
Definition at line 143 of file class.ilMailingLists.php.
References getAll(), and ilMailingList\MODE_TEMPORARY.
Here is the call graph for this function:| ilMailingLists::get | ( | $id = 0 | ) |
Definition at line 60 of file class.ilMailingLists.php.
References user().
Here is the call graph for this function:| ilMailingLists::getAll | ( | ) |
Definition at line 83 of file class.ilMailingLists.php.
References $counter, $res, $row, ilDBConstants\FETCHMODE_OBJECT, and user().
Referenced by deleteTemporaryLists().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailingLists::getCurrentMailingList | ( | ) |
| ilMailingLists::getSelected | ( | $a_ids = array() | ) |
Definition at line 65 of file class.ilMailingLists.php.
References $counter, and user().
Here is the call graph for this function:| ilMailingLists::mailingListExists | ( | $a_list_name | ) |
Definition at line 114 of file class.ilMailingLists.php.
References setCurrentMailingList().
Here is the call graph for this function:| ilMailingLists::setCurrentMailingList | ( | $id = 0 | ) |
Definition at line 130 of file class.ilMailingLists.php.
Referenced by mailingListExists().
Here is the caller graph for this function:
|
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.