|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Folder\InternalDomainService:Public Member Functions | |
| __construct (DI\Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service) | |
Data Fields | |
| trait | GlobalDICDomainServices |
Protected Attributes | |
| InternalRepoService | $repo_service |
| InternalDataService | $data_service |
Definition at line 29 of file class.InternalDomainService.php.
| ILIAS\Folder\InternalDomainService::__construct | ( | DI\Container | $DIC, |
| InternalRepoService | $repo_service, | ||
| InternalDataService | $data_service | ||
| ) |
Definition at line 36 of file class.InternalDomainService.php.
References ILIAS\Folder\InternalDomainService\$data_service, ILIAS\Folder\InternalDomainService\$repo_service, and ILIAS\Repository\initDomainServices().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file class.InternalDomainService.php.
Referenced by ILIAS\Folder\InternalDomainService\__construct().
|
protected |
Definition at line 33 of file class.InternalDomainService.php.
Referenced by ILIAS\Folder\InternalDomainService\__construct().
| trait ILIAS\Repository::GlobalDICDomainServices |
Definition at line 37 of file trait.GlobalDICDomainServices.php.