|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Wiki\InternalDomainService:Public Member Functions | |
| __construct (Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service) | |
| log () | |
| content () | |
| wiki () | |
| page () | |
| importantPage (int $ref_id) | |
| links (int $ref_id) | |
Protected Attributes | |
| InternalRepoService | $repo_service |
| InternalDataService | $data_service |
Definition at line 33 of file class.InternalDomainService.php.
| ILIAS\Wiki\InternalDomainService::__construct | ( | Container | $DIC, |
| InternalRepoService | $repo_service, | ||
| InternalDataService | $data_service | ||
| ) |
Definition at line 40 of file class.InternalDomainService.php.
References ILIAS\Wiki\InternalDomainService\$data_service, ILIAS\Wiki\InternalDomainService\$repo_service, and ILIAS\Repository\initDomainServices().
Here is the call graph for this function:| ILIAS\Wiki\InternalDomainService::content | ( | ) |
Definition at line 55 of file class.InternalDomainService.php.
| ILIAS\Wiki\InternalDomainService::importantPage | ( | int | $ref_id | ) |
Definition at line 82 of file class.InternalDomainService.php.
References $ref_id, and ILIAS\Wiki\InternalDomainService\wiki().
Here is the call graph for this function:| ILIAS\Wiki\InternalDomainService::links | ( | int | $ref_id | ) |
| ILIAS\Wiki\InternalDomainService::log | ( | ) |
Definition at line 50 of file class.InternalDomainService.php.
References ILIAS\Repository\logger().
Referenced by ILIAS\Wiki\Notification\NotificationGUI\__construct(), and ILIAS\Wiki\Links\LinkManager\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Wiki\InternalDomainService::page | ( | ) |
Definition at line 73 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 64 of file class.InternalDomainService.php.
Referenced by ILIAS\Wiki\InternalDomainService\importantPage().
Here is the caller graph for this function:
|
protected |
Definition at line 38 of file class.InternalDomainService.php.
Referenced by ILIAS\Wiki\InternalDomainService\__construct().
|
protected |
Definition at line 37 of file class.InternalDomainService.php.
Referenced by ILIAS\Wiki\InternalDomainService\__construct().