|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Awareness\InternalDomainService:Public Member Functions | |
| __construct (Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service) | |
| widget (int $user_id, int $ref_id=0) | |
| admin (int $ref_id) | |
| awarenessSettings () | |
| userProvider () | |
| userCollector (int $user_id, int $ref_id=0) | |
Protected Attributes | |
| Container | $dic |
| InternalRepoService | $repo_service |
| InternalDataService | $data_service |
Static Protected Attributes | |
| static array | $managers = array() |
| static array | $collectors = array() |
Definition at line 29 of file class.InternalDomainService.php.
| ILIAS\Awareness\InternalDomainService::__construct | ( | Container | $DIC, |
| InternalRepoService | $repo_service, | ||
| InternalDataService | $data_service | ||
| ) |
Definition at line 41 of file class.InternalDomainService.php.
References ILIAS\Awareness\InternalDomainService\$data_service, $DIC, ILIAS\Awareness\InternalDomainService\$repo_service, and ILIAS\Repository\initDomainServices().
Here is the call graph for this function:| ILIAS\Awareness\InternalDomainService::admin | ( | int | $ref_id | ) |
Definition at line 77 of file class.InternalDomainService.php.
References $ref_id.
Referenced by ILIAS\Awareness\User\Collector\__construct().
Here is the caller graph for this function:| ILIAS\Awareness\InternalDomainService::awarenessSettings | ( | ) |
Definition at line 86 of file class.InternalDomainService.php.
Referenced by ILIAS\Awareness\WidgetManager\__construct(), and ILIAS\Awareness\AdminManager\__construct().
Here is the caller graph for this function:| ILIAS\Awareness\InternalDomainService::userCollector | ( | int | $user_id, |
| int | $ref_id = 0 |
||
| ) |
Definition at line 96 of file class.InternalDomainService.php.
References $ref_id.
Referenced by ILIAS\Awareness\WidgetManager\__construct().
Here is the caller graph for this function:| ILIAS\Awareness\InternalDomainService::userProvider | ( | ) |
Definition at line 91 of file class.InternalDomainService.php.
Referenced by ILIAS\Awareness\User\Collector\__construct().
Here is the caller graph for this function:| ILIAS\Awareness\InternalDomainService::widget | ( | int | $user_id, |
| int | $ref_id = 0 |
||
| ) |
Definition at line 63 of file class.InternalDomainService.php.
References $ref_id.
|
staticprotected |
Definition at line 39 of file class.InternalDomainService.php.
|
protected |
Definition at line 35 of file class.InternalDomainService.php.
Referenced by ILIAS\Awareness\InternalDomainService\__construct().
|
protected |
Definition at line 33 of file class.InternalDomainService.php.
|
staticprotected |
Definition at line 37 of file class.InternalDomainService.php.
|
protected |
Definition at line 34 of file class.InternalDomainService.php.
Referenced by ILIAS\Awareness\InternalDomainService\__construct().