Definition at line 27 of file ilSystemStyleBaseFS.php.
◆ getAllContentOfFolder()
ilSystemStyleBaseFS::getAllContentOfFolder |
( |
string |
$directory | ) |
|
|
protected |
Definition at line 53 of file ilSystemStyleBaseFS.php.
55 $files = scandir($directory);
58 foreach ($files as $file) {
59 if (is_file($directory .
'/' . $file)) {
60 $content .= file_get_contents($directory .
'/' . $file);
◆ setUp()
ilSystemStyleBaseFS::setUp |
( |
| ) |
|
|
protected |
Definition at line 36 of file ilSystemStyleBaseFS.php.
References $DIC, and ILIAS\Repository\lng().
39 $DIC[
'tpl'] = $this->getMockBuilder(ilGlobalTemplateInterface::class)->getMock();
49 $this->container = $factory->skinStyleContainerFromId(
'skin1', $this->message_stack);
50 $this->style = $this->container->getSkin()->getStyle(
'style1');
Factory to create Skin classes holds an manages the basic data of a skin as provide by the template o...
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'const...
Used to stack messages to be shown to the user.
◆ $container
◆ $lng
◆ $message_stack
◆ $save_dic
ILIAS DI Container ilSystemStyleBaseFS::$save_dic = null |
|
protected |
◆ $style
◆ $system_style_config
The documentation for this class was generated from the following file: