|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Blog\InternalGUIService: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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| 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 |
||
| ) |
Definition at line 84 of file class.InternalGUIService.php.
| ILIAS\Blog\InternalGUIService::presentation | ( | ) |
Definition at line 50 of file class.InternalGUIService.php.
Referenced by ILIAS\Blog\Navigation\ToolbarNavigationRenderer\__construct().
Here is the caller graph for this function:| ILIAS\Blog\InternalGUIService::readingTime | ( | ) |
Definition at line 106 of file class.InternalGUIService.php.
Referenced by ilObjBlogGUI\__construct(), and ILIAS\Blog\Settings\SettingsGUI\__construct().
Here is the caller graph for this function:| ILIAS\Blog\InternalGUIService::settings | ( | ) |
Definition at line 96 of file class.InternalGUIService.php.
Referenced by ilObjBlogGUI\executeCommand().
Here is the caller graph for this function:| ILIAS\Blog\InternalGUIService::standardRequest | ( | ) |
Definition at line 58 of file class.InternalGUIService.php.
References ILIAS\FileDelivery\http().
Referenced by ilObjBlogGUI\__construct(), and ILIAS\PermanentLink\PermanentLinkManager\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 32 of file class.InternalGUIService.php.