|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\News\Dashboard\DashboardNewsManager: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, ILIAS\News\Dashboard\DashboardNewsManager\$repo, and ILIAS\News\InternalRepoService\dashboard().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ILIAS\News\Dashboard\DashboardNewsManager::getDashboardNewsPeriod | ( | ) |
Definition at line 53 of file class.DashboardNewsManager.php.
References ilNewsItem\_lookupUserPDPeriod().
Referenced by ILIAS\News\Dashboard\DashboardNewsManager\getContextOptions().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\News\Dashboard\DashboardNewsManager::getDashboardSelectedRefId | ( | ) |
Definition at line 63 of file class.DashboardNewsManager.php.
|
protected |
Definition at line 187 of file class.DashboardNewsManager.php.
| ILIAS\News\Dashboard\DashboardNewsManager::getPeriodOptions | ( | ) |
Definition at line 83 of file class.DashboardNewsManager.php.
References $lng, ILIAS\UI\Implementation\Component\Input\Field\$options, and ilNewsItem\_lookupDefaultPDPeriod().
Here is the call graph for this function:
|
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, ILIAS\News\Dashboard\DashboardNewsManager\$user_object_ref_ids, ilObject\_getAllReferences(), ilParticipants\_getMembershipByType(), and ILIAS\Repository\int().
Referenced by ILIAS\News\Dashboard\DashboardNewsManager\getContextOptions().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\News\Dashboard\DashboardNewsManager::saveFilterData | ( | ?array | $data | ) |
Definition at line 69 of file class.DashboardNewsManager.php.
References ILIAS\News\Dashboard\DashboardNewsManager\$data.
|
protected |
Definition at line 34 of file class.DashboardNewsManager.php.
Referenced by ILIAS\News\Dashboard\DashboardNewsManager\__construct(), and ILIAS\News\Dashboard\DashboardNewsManager\saveFilterData().
|
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.
Referenced by ILIAS\News\Dashboard\DashboardNewsManager\__construct().
|
protected |
Definition at line 32 of file class.DashboardNewsManager.php.
|
staticprotected |
Definition at line 40 of file class.DashboardNewsManager.php.
Referenced by ILIAS\News\Dashboard\DashboardNewsManager\getUserNewsObjectRefIds().