|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Blog\InternalDomainService:Public Member Functions | |
| __construct (Container $DIC, protected InternalRepoService $repo, protected InternalDataService $data) | |
| exercise (int $a_node_id) | |
| perm ( $access_handler, ?int $node_id, int $id_type, int $user_id, int $owner) | |
| readingTime () | |
| notes () | |
| blogSettings () | |
| posting () | |
| news () | |
| notification () | |
Protected Attributes | |
| Container | $dic |
Static Protected Attributes | |
| static array | $instance = [] |
Definition at line 37 of file class.InternalDomainService.php.
| ILIAS\Blog\InternalDomainService::__construct | ( | Container | $DIC, |
| protected InternalRepoService | $repo, | ||
| protected InternalDataService | $data | ||
| ) |
Definition at line 44 of file class.InternalDomainService.php.
References $DIC, and ILIAS\Repository\initDomainServices().
Here is the call graph for this function:| ILIAS\Blog\InternalDomainService::blogSettings | ( | ) |
Definition at line 88 of file class.InternalDomainService.php.
Referenced by ilObjBlogGUI\__construct(), and ILIAS\Blog\Settings\BlockSettingsGUI\__construct().
Here is the caller graph for this function:| ILIAS\Blog\InternalDomainService::exercise | ( | int | $a_node_id | ) |
Definition at line 53 of file class.InternalDomainService.php.
References ILIAS\Repository\repositoryTree(), and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Blog\InternalDomainService::news | ( | ) |
Definition at line 107 of file class.InternalDomainService.php.
| ILIAS\Blog\InternalDomainService::notes | ( | ) |
Definition at line 83 of file class.InternalDomainService.php.
Referenced by ILIAS\Blog\Settings\SettingsGUI\__construct().
Here is the caller graph for this function:| ILIAS\Blog\InternalDomainService::notification | ( | ) |
Definition at line 116 of file class.InternalDomainService.php.
| ILIAS\Blog\InternalDomainService::perm | ( | $access_handler, | |
| ?int | $node_id, | ||
| int | $id_type, | ||
| int | $user_id, | ||
| int | $owner | ||
| ) |
Definition at line 62 of file class.InternalDomainService.php.
Referenced by ilObjBlogGUI\__construct().
Here is the caller graph for this function:| ILIAS\Blog\InternalDomainService::posting | ( | ) |
Definition at line 98 of file class.InternalDomainService.php.
| ILIAS\Blog\InternalDomainService::readingTime | ( | ) |
Definition at line 78 of file class.InternalDomainService.php.
Referenced by ilObjBlogGUI\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 42 of file class.InternalDomainService.php.
|
staticprotected |
Definition at line 41 of file class.InternalDomainService.php.