|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Wiki\Wiki\DomainService:Public Member Functions | |
| __construct (InternalDataService $data_service, InternalRepoService $repo_service, InternalDomainService $domain_service) | |
| checkRefId (int $ref_id) | |
| getObjId (int $ref_id) | |
| object (int $ref_id) | |
| translation (int $ref_id) | |
| getStartingPageId (int $wiki_ref_id) | |
Protected Attributes | |
| InternalDomainService | $domain_service |
| InternalRepoService | $repo_service |
| InternalDataService | $data_service |
Definition at line 31 of file DomainService.php.
| ILIAS\Wiki\Wiki\DomainService::__construct | ( | InternalDataService | $data_service, |
| InternalRepoService | $repo_service, | ||
| InternalDomainService | $domain_service | ||
| ) |
Definition at line 37 of file DomainService.php.
References ILIAS\Wiki\Wiki\DomainService\$data_service, ILIAS\Wiki\Wiki\DomainService\$domain_service, and ILIAS\Wiki\Wiki\DomainService\$repo_service.
| ILIAS\Wiki\Wiki\DomainService::checkRefId | ( | int | $ref_id | ) |
Definition at line 47 of file DomainService.php.
References $ref_id, ilObject\_lookupObjId(), and ilObject\_lookupType().
Here is the call graph for this function:| ILIAS\Wiki\Wiki\DomainService::getObjId | ( | int | $ref_id | ) |
Definition at line 55 of file DomainService.php.
References $ref_id.
| ILIAS\Wiki\Wiki\DomainService::getStartingPageId | ( | int | $wiki_ref_id | ) |
Definition at line 72 of file DomainService.php.
References ILIAS\Repository\object().
Here is the call graph for this function:| ILIAS\Wiki\Wiki\DomainService::object | ( | int | $ref_id | ) |
Definition at line 60 of file DomainService.php.
| ILIAS\Wiki\Wiki\DomainService::translation | ( | int | $ref_id | ) |
Definition at line 67 of file DomainService.php.
References ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Definition at line 35 of file DomainService.php.
Referenced by ILIAS\Wiki\Wiki\DomainService\__construct().
|
protected |
Definition at line 33 of file DomainService.php.
Referenced by ILIAS\Wiki\Wiki\DomainService\__construct().
|
protected |
Definition at line 34 of file DomainService.php.
Referenced by ILIAS\Wiki\Wiki\DomainService\__construct().