|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilSystemStyleScssSettings:Public Member Functions | |
| __construct (string $scss_variables_settings_path) | |
| readFolder () | |
| readAndreplaceContentOfFolder (array $replacements) | |
| write (string $new_path="") | |
| Write the complete files back to the file system (including comments and random content) More... | |
| getContent () | |
| getCategories () | |
| getCategoryByName (string $name) | |
| getVariables () | |
| getVariableByName (string $name) | |
| getVariablesPerCategory (string $category_name='') | |
| getReferencesToVariable (string $variable_name) | |
| getReferencesToVariableAsString (string $variable_name) | |
| getRefAndCommentAsString (string $variable_name, string $refs_wording) | |
| getVariablesForDelosOverride () | |
| getItems () | |
Protected Attributes | |
| array | $files = [] |
| array | $variables = [] |
| array | $categories = [] |
| string | $scss_variables_settings_path = '' |
| Complete path the the settings folder on the file system. More... | |
Definition at line 25 of file class.ilSystemStyleScssSettings.php.
| ilSystemStyleScssSettings::__construct | ( | string | $scss_variables_settings_path | ) |
Definition at line 47 of file class.ilSystemStyleScssSettings.php.
References $scss_variables_settings_path, and readFolder().
Here is the call graph for this function:| ilSystemStyleScssSettings::getCategories | ( | ) |
Definition at line 116 of file class.ilSystemStyleScssSettings.php.
References $categories.
Referenced by getCategoryByName().
Here is the caller graph for this function:| ilSystemStyleScssSettings::getCategoryByName | ( | string | $name | ) |
Definition at line 126 of file class.ilSystemStyleScssSettings.php.
References getCategories().
Here is the call graph for this function:| ilSystemStyleScssSettings::getContent | ( | ) |
Definition at line 103 of file class.ilSystemStyleScssSettings.php.
Referenced by ilSystemStyleStyleScssTest\testReadWriteDoubleRealFolderSCSS().
Here is the caller graph for this function:| ilSystemStyleScssSettings::getItems | ( | ) |
Definition at line 224 of file class.ilSystemStyleScssSettings.php.
| ilSystemStyleScssSettings::getRefAndCommentAsString | ( | string | $variable_name, |
| string | $refs_wording | ||
| ) |
Definition at line 190 of file class.ilSystemStyleScssSettings.php.
References getReferencesToVariable(), and getVariableByName().
Here is the call graph for this function:| ilSystemStyleScssSettings::getReferencesToVariable | ( | string | $variable_name | ) |
Definition at line 166 of file class.ilSystemStyleScssSettings.php.
References getVariables().
Referenced by getRefAndCommentAsString(), and getReferencesToVariableAsString().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSystemStyleScssSettings::getReferencesToVariableAsString | ( | string | $variable_name | ) |
Definition at line 181 of file class.ilSystemStyleScssSettings.php.
References getReferencesToVariable().
Here is the call graph for this function:| ilSystemStyleScssSettings::getVariableByName | ( | string | $name | ) |
Definition at line 145 of file class.ilSystemStyleScssSettings.php.
References getVariables().
Referenced by getRefAndCommentAsString().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSystemStyleScssSettings::getVariables | ( | ) |
Definition at line 135 of file class.ilSystemStyleScssSettings.php.
References $variables.
Referenced by getReferencesToVariable(), getVariableByName(), getVariablesForDelosOverride(), and getVariablesPerCategory().
Here is the caller graph for this function:| ilSystemStyleScssSettings::getVariablesForDelosOverride | ( | ) |
Definition at line 212 of file class.ilSystemStyleScssSettings.php.
References $out, and getVariables().
Here is the call graph for this function:| ilSystemStyleScssSettings::getVariablesPerCategory | ( | string | $category_name = '' | ) |
Definition at line 154 of file class.ilSystemStyleScssSettings.php.
References $variables, and getVariables().
Here is the call graph for this function:| ilSystemStyleScssSettings::readAndreplaceContentOfFolder | ( | array | $replacements | ) |
Definition at line 71 of file class.ilSystemStyleScssSettings.php.
| ilSystemStyleScssSettings::readFolder | ( | ) |
Definition at line 53 of file class.ilSystemStyleScssSettings.php.
References ilSystemStyleException\FOLDER_OPENING_FAILED.
Referenced by __construct().
Here is the caller graph for this function:| ilSystemStyleScssSettings::write | ( | string | $new_path = "" | ) |
Write the complete files back to the file system (including comments and random content)
Definition at line 91 of file class.ilSystemStyleScssSettings.php.
References $path, and $scss_variables_settings_path.
Referenced by ilSystemStyleStyleScssTest\testReadWriteDoubleRealFolderSCSS().
Here is the caller graph for this function:
|
protected |
Definition at line 40 of file class.ilSystemStyleScssSettings.php.
Referenced by getCategories().
|
protected |
Definition at line 30 of file class.ilSystemStyleScssSettings.php.
|
protected |
Complete path the the settings folder on the file system.
Definition at line 45 of file class.ilSystemStyleScssSettings.php.
Referenced by __construct(), and write().
|
protected |
Definition at line 35 of file class.ilSystemStyleScssSettings.php.
Referenced by getVariables(), and getVariablesPerCategory().