ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (InternalDataService $data, InternalRepoService $repo, InternalDomainService $domain) | |
getDashboardNewsPeriod () | |
getDashboardSelectedRefId () | |
saveFilterData (?array $data) | |
getPeriodOptions () | |
getContextOptions () | |
Protected Member Functions | |
getUserNewsObjectRefIds () | |
User news on the daashboard/news overview are presented for all favourites and all memberships of the user. More... | |
getNewsForOverview (int $ref_id, int $period, bool $include_auto_entries, int $items_per_load) | |
Protected Attributes | |
DashboardSessionRepository | $session_repo |
InternalRepoService | $repo |
InternalDataService | $data |
InternalDomainService | $domain |
ilFavouritesManager | $fav_manager |
Static Protected Attributes | |
static array | $user_object_ref_ids = null |
Definition at line 30 of file class.DashboardNewsManager.php.
ILIAS\News\Dashboard\DashboardNewsManager::__construct | ( | InternalDataService | $data, |
InternalRepoService | $repo, | ||
InternalDomainService | $domain | ||
) |
Definition at line 42 of file class.DashboardNewsManager.php.
References ILIAS\News\Dashboard\DashboardNewsManager\$data, ILIAS\News\Dashboard\DashboardNewsManager\$domain, and ILIAS\News\InternalRepoService\dashboard().
ILIAS\News\Dashboard\DashboardNewsManager::getContextOptions | ( | ) |
Definition at line 119 of file class.DashboardNewsManager.php.
References $lng, $ref_id, ilNewsItem\_getNewsItemsOfUser(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ILIAS\News\Dashboard\DashboardNewsManager\getDashboardNewsPeriod(), ILIAS\News\Dashboard\DashboardNewsManager\getUserNewsObjectRefIds(), and ILIAS\Repository\int().
ILIAS\News\Dashboard\DashboardNewsManager::getDashboardNewsPeriod | ( | ) |
Definition at line 53 of file class.DashboardNewsManager.php.
References ilNewsItem\_lookupUserPDPeriod().
Referenced by ILIAS\News\Dashboard\DashboardNewsManager\getContextOptions().
ILIAS\News\Dashboard\DashboardNewsManager::getDashboardSelectedRefId | ( | ) |
Definition at line 63 of file class.DashboardNewsManager.php.
|
protected |
Definition at line 187 of file class.DashboardNewsManager.php.
References ilNewsItem\_getNewsItemsOfUser(), and null.
ILIAS\News\Dashboard\DashboardNewsManager::getPeriodOptions | ( | ) |
Definition at line 83 of file class.DashboardNewsManager.php.
References $lng, and ilNewsItem\_lookupDefaultPDPeriod().
|
protected |
User news on the daashboard/news overview are presented for all favourites and all memberships of the user.
Definition at line 159 of file class.DashboardNewsManager.php.
References $user_id, ilObject\_getAllReferences(), ilParticipants\_getMembershipByType(), and ILIAS\Repository\int().
Referenced by ILIAS\News\Dashboard\DashboardNewsManager\getContextOptions().
ILIAS\News\Dashboard\DashboardNewsManager::saveFilterData | ( | ?array | $data | ) |
Definition at line 69 of file class.DashboardNewsManager.php.
|
protected |
Definition at line 34 of file class.DashboardNewsManager.php.
Referenced by ILIAS\News\Dashboard\DashboardNewsManager\__construct().
|
protected |
Definition at line 35 of file class.DashboardNewsManager.php.
Referenced by ILIAS\News\Dashboard\DashboardNewsManager\__construct().
|
protected |
Definition at line 36 of file class.DashboardNewsManager.php.
|
protected |
Definition at line 33 of file class.DashboardNewsManager.php.
|
protected |
Definition at line 32 of file class.DashboardNewsManager.php.
|
staticprotected |
Definition at line 40 of file class.DashboardNewsManager.php.