ILIAS
release_8 Revision v8.19
|
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().
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().
ilMailingLists::deleteTemporaryLists | ( | ) |
Definition at line 140 of file class.ilMailingLists.php.
References getAll(), and ilMailingList\MODE_TEMPORARY.
ilMailingLists::get | ( | int | $id = 0 | ) |
Definition at line 51 of file class.ilMailingLists.php.
References ILIAS\Repository\user().
ilMailingLists::getAll | ( | ) |
Definition at line 86 of file class.ilMailingLists.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\user().
Referenced by deleteTemporaryLists().
ilMailingLists::getCurrentMailingList | ( | ) |
Definition at line 135 of file class.ilMailingLists.php.
References $ml.
Referenced by mailingListExists().
ilMailingLists::getSelected | ( | array | $a_ids = [] | ) |
int[] | $a_ids |
Definition at line 60 of file class.ilMailingLists.php.
References ILIAS\Repository\user().
ilMailingLists::hasAny | ( | ) |
Definition at line 71 of file class.ilMailingLists.php.
References $res, and ILIAS\Repository\user().
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().
ilMailingLists::mailingListExists | ( | string | $a_list_name | ) |
Definition at line 117 of file class.ilMailingLists.php.
References getCurrentMailingList(), ILIAS\Repository\int(), and setCurrentMailingList().
ilMailingLists::setCurrentMailingList | ( | int | $id = 0 | ) |
Definition at line 129 of file class.ilMailingLists.php.
References $id.
Referenced by mailingListExists().
|
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.