|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Blog\InternalDomainService:Public Member Functions | |
| __construct (Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service) | |
| exercise (int $a_node_id) | |
| blogAccess ( $access_handler, ?int $node_id, int $id_type, int $user_id, int $owner) | |
| readingTime () | |
Protected Attributes | |
| InternalRepoService | $repo_service |
| InternalDataService | $data_service |
Definition at line 32 of file class.InternalDomainService.php.
| ILIAS\Blog\InternalDomainService::__construct | ( | Container | $DIC, |
| InternalRepoService | $repo_service, | ||
| InternalDataService | $data_service | ||
| ) |
Definition at line 39 of file class.InternalDomainService.php.
References ILIAS\Blog\InternalDomainService\$data_service, ILIAS\Blog\InternalDomainService\$repo_service, and ILIAS\Repository\initDomainServices().
Here is the call graph for this function:| ILIAS\Blog\InternalDomainService::blogAccess | ( | $access_handler, | |
| ?int | $node_id, | ||
| int | $id_type, | ||
| int | $user_id, | ||
| int | $owner | ||
| ) |
Definition at line 58 of file class.InternalDomainService.php.
| ILIAS\Blog\InternalDomainService::exercise | ( | int | $a_node_id | ) |
Definition at line 49 of file class.InternalDomainService.php.
References ILIAS\Repository\repositoryTree(), and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Blog\InternalDomainService::readingTime | ( | ) |
Definition at line 74 of file class.InternalDomainService.php.
|
protected |
Definition at line 37 of file class.InternalDomainService.php.
Referenced by ILIAS\Blog\InternalDomainService\__construct().
|
protected |
Definition at line 36 of file class.InternalDomainService.php.
Referenced by ILIAS\Blog\InternalDomainService\__construct().