| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\Blog\InternalDomainService: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().
 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 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().
 Here is the call graph for this function:| 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.