ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (Container $DIC) | |
data () | |
repo () | |
domain () | |
gui () | |
Protected Attributes | |
Container | $DIC |
Static Protected Attributes | |
static array | $instance = [] |
Definition at line 25 of file class.InternalService.php.
ILIAS\Like\InternalService::__construct | ( | Container | $DIC | ) |
Definition at line 30 of file class.InternalService.php.
References ILIAS\Like\InternalService\$DIC.
ILIAS\Like\InternalService::data | ( | ) |
Definition at line 35 of file class.InternalService.php.
Referenced by ILIAS\Like\InternalService\domain(), ILIAS\Like\InternalService\gui(), and ILIAS\Like\InternalService\repo().
ILIAS\Like\InternalService::domain | ( | ) |
Definition at line 48 of file class.InternalService.php.
References ILIAS\Like\InternalService\data(), and ILIAS\Like\InternalService\repo().
Referenced by ILIAS\Like\InternalService\gui().
ILIAS\Like\InternalService::gui | ( | ) |
Definition at line 57 of file class.InternalService.php.
References ILIAS\Like\InternalService\data(), and ILIAS\Like\InternalService\domain().
ILIAS\Like\InternalService::repo | ( | ) |
Definition at line 40 of file class.InternalService.php.
References ILIAS\Like\InternalService\data().
Referenced by ILIAS\Like\InternalService\domain().
|
protected |
Definition at line 27 of file class.InternalService.php.
Referenced by ILIAS\Like\InternalService\__construct().
|
staticprotected |
Definition at line 28 of file class.InternalService.php.