|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilMailingLists:Public Member Functions | |
| __construct (ilObjUser $a_user) | |
| isOwner (int $a_ml_id, int $a_usr_id) | |
| get (int $id=0) | |
| getSelected (array $a_ids=[]) | |
| hasAny () | |
| getAll () | |
| mailingListExists (string $a_list_name) | |
| setCurrentMailingList (int $id=0) | |
| getCurrentMailingList () | |
| deleteTemporaryLists () | |
| deleteLists () | |
| deleteAssignments () | |
Private Attributes | |
| ilDBInterface | $db |
| ilObjUser | $user |
| ilMailingList | $ml = null |
Definition at line 25 of file class.ilMailingLists.php.
| ilMailingLists::__construct | ( | ilObjUser | $a_user | ) |
Definition at line 31 of file class.ilMailingLists.php.
References $DIC, and ILIAS\Repository\user().
Here is the call graph for this function:| ilMailingLists::deleteAssignments | ( | ) |
Definition at line 163 of file class.ilMailingLists.php.
| ilMailingLists::deleteLists | ( | ) |
Definition at line 149 of file class.ilMailingLists.php.
References ILIAS\Repository\user().
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 | ( | int | $id = 0 | ) |
Definition at line 51 of file class.ilMailingLists.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilMailingLists::getAll | ( | ) |
Definition at line 86 of file class.ilMailingLists.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\user().
Referenced by deleteTemporaryLists().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailingLists::getCurrentMailingList | ( | ) |
Definition at line 135 of file class.ilMailingLists.php.
References $ml.
Referenced by mailingListExists().
Here is the caller graph for this function:| ilMailingLists::getSelected | ( | array | $a_ids = [] | ) |
| int[] | $a_ids |
Definition at line 60 of file class.ilMailingLists.php.
References $id, and ILIAS\Repository\user().
Here is the call graph for this function:| ilMailingLists::hasAny | ( | ) |
Definition at line 71 of file class.ilMailingLists.php.
References $res, and ILIAS\Repository\user().
Here is the call graph for this function:| ilMailingLists::isOwner | ( | int | $a_ml_id, |
| int | $a_usr_id | ||
| ) |
Definition at line 39 of file class.ilMailingLists.php.
References $res, and ILIAS\Repository\int().
Here is the call graph for this function:| ilMailingLists::mailingListExists | ( | string | $a_list_name | ) |
Definition at line 117 of file class.ilMailingLists.php.
References getCurrentMailingList(), ILIAS\Repository\int(), and setCurrentMailingList().
Here is the call graph for this function:| ilMailingLists::setCurrentMailingList | ( | int | $id = 0 | ) |
Definition at line 129 of file class.ilMailingLists.php.
References $id.
Referenced by mailingListExists().
Here is the caller graph for this function:
|
private |
Definition at line 27 of file class.ilMailingLists.php.
|
private |
Definition at line 29 of file class.ilMailingLists.php.
Referenced by getCurrentMailingList().
|
private |
Definition at line 28 of file class.ilMailingLists.php.