|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Wiki\InternalDomainService:Public Member Functions | |
| __construct (Container $DIC, protected InternalRepoService $repo_service, protected InternalDataService $data_service) | |
| log () | |
| content () | |
| wiki () | |
| page () | |
| importantPage (int $ref_id) | |
| links (int $ref_id) | |
| wikiSettings () | |
Static Protected Attributes | |
| static array | $instance = [] |
Definition at line 34 of file class.InternalDomainService.php.
| ILIAS\Wiki\InternalDomainService::__construct | ( | Container | $DIC, |
| protected InternalRepoService | $repo_service, | ||
| protected InternalDataService | $data_service | ||
| ) |
Definition at line 39 of file class.InternalDomainService.php.
References ILIAS\Repository\initDomainServices().
Here is the call graph for this function:| ILIAS\Wiki\InternalDomainService::content | ( | ) |
Definition at line 52 of file class.InternalDomainService.php.
| ILIAS\Wiki\InternalDomainService::importantPage | ( | int | $ref_id | ) |
Definition at line 79 of file class.InternalDomainService.php.
References $ref_id.
| ILIAS\Wiki\InternalDomainService::links | ( | int | $ref_id | ) |
Definition at line 89 of file class.InternalDomainService.php.
References $ref_id.
| ILIAS\Wiki\InternalDomainService::log | ( | ) |
Definition at line 47 of file class.InternalDomainService.php.
References ILIAS\Repository\logger().
Referenced by ILIAS\Wiki\Links\LinkManager\__construct(), and ILIAS\Wiki\Notification\NotificationGUI\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Wiki\InternalDomainService::page | ( | ) |
Definition at line 70 of file class.InternalDomainService.php.
Referenced by ILIAS\Wiki\Links\LinkManager\__construct().
Here is the caller graph for this function:| ILIAS\Wiki\InternalDomainService::wiki | ( | ) |
Definition at line 61 of file class.InternalDomainService.php.
| ILIAS\Wiki\InternalDomainService::wikiSettings | ( | ) |
Definition at line 99 of file class.InternalDomainService.php.
|
staticprotected |
Definition at line 37 of file class.InternalDomainService.php.