ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Public Member Functions | |
__construct (Container $DIC, protected InternalRepoService $repo, protected InternalDataService $data) | |
exercise (int $a_node_id) | |
blogAccess ( $access_handler, ?int $node_id, int $id_type, int $user_id, int $owner) | |
readingTime () | |
notes () | |
blogSettings () | |
Protected Attributes | |
Container | $dic |
Static Protected Attributes | |
static array | $instance = [] |
Definition at line 34 of file class.InternalDomainService.php.
ILIAS\Blog\InternalDomainService::__construct | ( | Container | $DIC, |
protected InternalRepoService | $repo, | ||
protected InternalDataService | $data | ||
) |
Definition at line 41 of file class.InternalDomainService.php.
References $DIC, and ILIAS\Repository\initDomainServices().
ILIAS\Blog\InternalDomainService::blogAccess | ( | $access_handler, | |
?int | $node_id, | ||
int | $id_type, | ||
int | $user_id, | ||
int | $owner | ||
) |
Definition at line 59 of file class.InternalDomainService.php.
ILIAS\Blog\InternalDomainService::blogSettings | ( | ) |
Definition at line 85 of file class.InternalDomainService.php.
ILIAS\Blog\InternalDomainService::exercise | ( | int | $a_node_id | ) |
Definition at line 50 of file class.InternalDomainService.php.
References ILIAS\Repository\repositoryTree(), and ILIAS\Repository\user().
ILIAS\Blog\InternalDomainService::notes | ( | ) |
Definition at line 80 of file class.InternalDomainService.php.
ILIAS\Blog\InternalDomainService::readingTime | ( | ) |
Definition at line 75 of file class.InternalDomainService.php.
|
protected |
Definition at line 39 of file class.InternalDomainService.php.
|
staticprotected |
Definition at line 38 of file class.InternalDomainService.php.