|
ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
|
Inheritance diagram for ILIAS\HTMLLearningModule\ContainerView\HTMLModuleViewConfig:
Collaboration diagram for ILIAS\HTMLLearningModule\ContainerView\HTMLModuleViewConfig:Public Member Functions | |
| __construct (?StorableContainerResource $resource, string $title, bool $writeable, private string $start_file, private string $start_file_label) | |
| getConfiguration () | |
| statusTextForPath (string $path) | |
| statusTextForPath (string $path) | |
Private Attributes | |
| ILIAS components ResourceStorage Container View Configuration | $view_config |
Definition at line 30 of file HTMLModuleViewConfig.php.
| ILIAS\HTMLLearningModule\ContainerView\HTMLModuleViewConfig::__construct | ( | ?StorableContainerResource | $resource, |
| string | $title, | ||
| bool | $writeable, | ||
| private string | $start_file, | ||
| private string | $start_file_label | ||
| ) |
Definition at line 34 of file HTMLModuleViewConfig.php.
References ILIAS\components\ResourceStorage\Container\View\DATA_TABLE.
| ILIAS\HTMLLearningModule\ContainerView\HTMLModuleViewConfig::getConfiguration | ( | ) |
Definition at line 52 of file HTMLModuleViewConfig.php.
References ILIAS\HTMLLearningModule\ContainerView\HTMLModuleViewConfig\$view_config.
| ILIAS\HTMLLearningModule\ContainerView\HTMLModuleViewConfig::statusTextForPath | ( | string | $path | ) |
Implements ILIAS\components\ResourceStorage\Container\View\PathStatusInfo.
Definition at line 57 of file HTMLModuleViewConfig.php.
References $path.
|
private |
Definition at line 32 of file HTMLModuleViewConfig.php.
Referenced by ILIAS\HTMLLearningModule\ContainerView\HTMLModuleViewConfig\getConfiguration().