|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Taxonomy\InternalService:Public Member Functions | |
| __construct (Container $DIC) | |
| data () | |
| repo () | |
| domain () | |
| gui () | |
Protected Attributes | |
| Container | $DIC |
Static Protected Attributes | |
| static InternalDataService | $data = null |
| static InternalRepoService | $repo = null |
| static InternalDomainService | $domain = null |
| static InternalGUIService | $gui = null |
Definition at line 25 of file class.InternalService.php.
| ILIAS\Taxonomy\InternalService::__construct | ( | Container | $DIC | ) |
Definition at line 33 of file class.InternalService.php.
References ILIAS\Taxonomy\InternalService\$DIC.
| ILIAS\Taxonomy\InternalService::data | ( | ) |
Definition at line 38 of file class.InternalService.php.
References $data, and ILIAS\Taxonomy\InternalService\$data.
Referenced by ILIAS\Taxonomy\InternalService\domain(), ILIAS\Taxonomy\InternalService\gui(), and ILIAS\Taxonomy\InternalService\repo().
Here is the caller graph for this function:| ILIAS\Taxonomy\InternalService::domain | ( | ) |
Definition at line 57 of file class.InternalService.php.
References ILIAS\Taxonomy\InternalService\$domain, ILIAS\Taxonomy\InternalService\data(), and ILIAS\Taxonomy\InternalService\repo().
Referenced by ILIAS\Taxonomy\InternalService\gui().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Taxonomy\InternalService::gui | ( | ) |
Definition at line 69 of file class.InternalService.php.
References ILIAS\Taxonomy\InternalService\$gui, ILIAS\Taxonomy\InternalService\data(), and ILIAS\Taxonomy\InternalService\domain().
Here is the call graph for this function:| ILIAS\Taxonomy\InternalService::repo | ( | ) |
Definition at line 46 of file class.InternalService.php.
References ILIAS\Taxonomy\InternalService\$repo, and ILIAS\Taxonomy\InternalService\data().
Referenced by ILIAS\Taxonomy\InternalService\domain().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 28 of file class.InternalService.php.
Referenced by ILIAS\Taxonomy\InternalService\data().
|
protected |
Definition at line 27 of file class.InternalService.php.
Referenced by ILIAS\Taxonomy\InternalService\__construct().
|
staticprotected |
Definition at line 30 of file class.InternalService.php.
Referenced by ILIAS\Taxonomy\InternalService\domain().
|
staticprotected |
Definition at line 31 of file class.InternalService.php.
Referenced by ILIAS\Taxonomy\InternalService\gui().
|
staticprotected |
Definition at line 29 of file class.InternalService.php.
Referenced by ILIAS\Taxonomy\InternalService\repo().