| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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, 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 47 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 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.
Referenced by ILIAS\Wiki\InternalDomainService\importantPage().
 Here is the caller graph for this function:| ILIAS\Wiki\InternalDomainService::wikiSettings | ( | ) | 
Definition at line 99 of file class.InternalDomainService.php.
      
  | 
  staticprotected | 
Definition at line 37 of file class.InternalDomainService.php.