ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilObjUser $actor) | |
getItems (array $object_type_white_list=array()) | |
Protected Member Functions | |
getObjectsByMembership (array $objTypes=[]) | |
Gets all objects the current user is member of. More... | |
Protected Attributes | |
ilObjUser | $actor |
ilTree | $tree |
ilAccessHandler | $access |
ilSetting | $settings |
Private Attributes | |
ilPDSelectedItemsBlockMembershipsObjectRepository | $repository |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilPDSelectedItemsBlockMembershipsProvider.php.
ilPDSelectedItemsBlockMembershipsProvider::__construct | ( | ilObjUser | $actor | ) |
Definition at line 27 of file class.ilPDSelectedItemsBlockMembershipsProvider.php.
References $actor, $DIC, ILIAS\Repository\access(), RECOVERY_FOLDER_ID, ILIAS\UI\examples\Deck\repository(), and ILIAS\Repository\settings().
ilPDSelectedItemsBlockMembershipsProvider::getItems | ( | array | $object_type_white_list = array() | ) |
array | $object_type_white_list | An optional array of object_types used for filter purposes |
Implements ilPDSelectedItemsBlockProvider.
Definition at line 98 of file class.ilPDSelectedItemsBlockMembershipsProvider.php.
References getObjectsByMembership().
|
protected |
Gets all objects the current user is member of.
Definition at line 44 of file class.ilPDSelectedItemsBlockMembershipsProvider.php.
References $objId, $refId, ILIAS\Repository\access(), IL_CAL_DATE, IL_CAL_UNIX, ILIAS\Repository\int(), ILIAS\UI\examples\Deck\repository(), ILIAS\Repository\settings(), and ilStr\shortenTextExtended().
Referenced by getItems().
|
protected |
Definition at line 23 of file class.ilPDSelectedItemsBlockMembershipsProvider.php.
|
protected |
Definition at line 21 of file class.ilPDSelectedItemsBlockMembershipsProvider.php.
Referenced by __construct().
|
private |
Definition at line 25 of file class.ilPDSelectedItemsBlockMembershipsProvider.php.
|
protected |
Definition at line 24 of file class.ilPDSelectedItemsBlockMembershipsProvider.php.
|
protected |
Definition at line 22 of file class.ilPDSelectedItemsBlockMembershipsProvider.php.