|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 140 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.
Here is the call graph for this function:| ilMailingLists::getAll | ( | ) |
Definition at line 81 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() | ) |
| 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 127 of file class.ilMailingLists.php.
References $id.
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.