ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (Container $DIC, protected InternalDataService $data_service, protected InternalDomainService $domain_service) | |
navigation () | |
presentation () | |
standardRequest () | |
contributor () | |
exercise () | |
permanentLink (int $ref_id=0, int $wsp_id=0) | |
settings () | |
readingTime () | |
Static Protected Attributes | |
static array | $instance = [] |
Definition at line 28 of file class.InternalGUIService.php.
ILIAS\Blog\InternalGUIService::__construct | ( | Container | $DIC, |
protected InternalDataService | $data_service, | ||
protected InternalDomainService | $domain_service | ||
) |
Definition at line 34 of file class.InternalGUIService.php.
References ILIAS\Repository\initGUIServices().
ILIAS\Blog\InternalGUIService::contributor | ( | ) |
Definition at line 66 of file class.InternalGUIService.php.
ILIAS\Blog\InternalGUIService::exercise | ( | ) |
Definition at line 75 of file class.InternalGUIService.php.
Referenced by ilObjBlogGUI\executeCommand().
ILIAS\Blog\InternalGUIService::navigation | ( | ) |
Definition at line 42 of file class.InternalGUIService.php.
ILIAS\Blog\InternalGUIService::permanentLink | ( | int | $ref_id = 0 , |
int | $wsp_id = 0 |
||
) |
ILIAS\Blog\InternalGUIService::presentation | ( | ) |
Definition at line 50 of file class.InternalGUIService.php.
Referenced by ILIAS\Blog\Navigation\ToolbarNavigationRenderer\__construct().
ILIAS\Blog\InternalGUIService::readingTime | ( | ) |
Definition at line 106 of file class.InternalGUIService.php.
Referenced by ILIAS\Blog\Settings\SettingsGUI\__construct(), and ilObjBlogGUI\__construct().
ILIAS\Blog\InternalGUIService::settings | ( | ) |
Definition at line 96 of file class.InternalGUIService.php.
Referenced by ilObjBlogGUI\executeCommand().
ILIAS\Blog\InternalGUIService::standardRequest | ( | ) |
Definition at line 58 of file class.InternalGUIService.php.
References ILIAS\FileDelivery\http().
Referenced by ILIAS\PermanentLink\PermanentLinkManager\__construct(), and ilObjBlogGUI\__construct().
|
staticprotected |
Definition at line 32 of file class.InternalGUIService.php.