◆ __construct()
◆ contributor()
| ILIAS\Blog\InternalGUIService::contributor |
( |
| ) |
|
Definition at line 70 of file class.InternalGUIService.php.
70 : Contributor\GUIService
72 return new Contributor\GUIService(
74 $this->domain_service,
◆ exercise()
| ILIAS\Blog\InternalGUIService::exercise |
( |
| ) |
|
◆ navigation()
| ILIAS\Blog\InternalGUIService::navigation |
( |
| ) |
|
◆ permanentLink()
| ILIAS\Blog\InternalGUIService::permanentLink |
( |
int |
$ref_id = 0, |
|
|
int |
$wsp_id = 0 |
|
) |
| |
◆ presentation()
| ILIAS\Blog\InternalGUIService::presentation |
( |
| ) |
|
◆ readingTime()
| ILIAS\Blog\InternalGUIService::readingTime |
( |
| ) |
|
Definition at line 110 of file class.InternalGUIService.php.
112 return self::$instance[
"reading_time"] ??
113 self::$instance[
"reading_time"] =
new ReadingTime\GUIService(
115 $this->domain_service,
◆ settings()
| ILIAS\Blog\InternalGUIService::settings |
( |
| ) |
|
Definition at line 100 of file class.InternalGUIService.php.
100 : Settings\GUIService
102 return self::$instance[
"settings"] ??
103 self::$instance[
"settings"] =
new Settings\GUIService(
105 $this->domain_service,
◆ standardRequest()
| ILIAS\Blog\InternalGUIService::standardRequest |
( |
| ) |
|
◆ $data_service
◆ $domain_service
◆ $instance
| array ILIAS\Blog\InternalGUIService::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: