|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ilSystemStyleLessFile:Public Member Functions | |
| __construct ($less_variables_file) | |
| KitchenSinkLessFile constructor. More... | |
| read () | |
| Reads the file from the file system. More... | |
| write () | |
| Write the complete file back to the file system (including comments and random content) More... | |
| getContent () | |
| addItem (ilSystemStyleLessItem $item) | |
| getCategories () | |
| getVariablesPerCategory ($category="") | |
| getItemById ($id) | |
| getVariableByName ($name="") | |
| getReferencesToVariable ($variable_name) | |
| getReferencesToVariableAsString ($variable_name) | |
| getLessVariablesFile () | |
| setLessVariablesFile ($less_variables_file) | |
| getItems () | |
| getCommentsIds () | |
| getVariablesIds () | |
| getCategoriesIds () | |
Protected Attributes | |
| $items = array() | |
| $comments_ids = array() | |
| $variables_ids = array() | |
| $categories_ids = array() | |
| $less_variables_file_path = "" | |
Definition at line 16 of file class.ilSystemStyleLessFile.php.
| ilSystemStyleLessFile::__construct | ( | $less_variables_file | ) |
KitchenSinkLessFile constructor.
| string | $less_variables_file |
Definition at line 57 of file class.ilSystemStyleLessFile.php.
References read().
Here is the call graph for this function:| ilSystemStyleLessFile::addItem | ( | ilSystemStyleLessItem | $item | ) |
| ilSystemStyleLessItem | $item |
Definition at line 172 of file class.ilSystemStyleLessFile.php.
Referenced by read().
Here is the caller graph for this function:| ilSystemStyleLessFile::getCategories | ( | ) |
Definition at line 190 of file class.ilSystemStyleLessFile.php.
| ilSystemStyleLessFile::getCategoriesIds | ( | ) |
Definition at line 310 of file class.ilSystemStyleLessFile.php.
References $categories_ids.
| ilSystemStyleLessFile::getCommentsIds | ( | ) |
Definition at line 294 of file class.ilSystemStyleLessFile.php.
References $comments_ids.
| ilSystemStyleLessFile::getContent | ( | ) |
Definition at line 159 of file class.ilSystemStyleLessFile.php.
References $output.
Referenced by write().
Here is the caller graph for this function:| ilSystemStyleLessFile::getItemById | ( | $id | ) |
| $id |
Definition at line 221 of file class.ilSystemStyleLessFile.php.
Referenced by read().
Here is the caller graph for this function:| ilSystemStyleLessFile::getItems | ( | ) |
Definition at line 286 of file class.ilSystemStyleLessFile.php.
References $items.
| ilSystemStyleLessFile::getLessVariablesFile | ( | ) |
Definition at line 270 of file class.ilSystemStyleLessFile.php.
Referenced by read(), and write().
Here is the caller graph for this function:| ilSystemStyleLessFile::getReferencesToVariable | ( | $variable_name | ) |
| $variable_name |
Definition at line 243 of file class.ilSystemStyleLessFile.php.
Referenced by getReferencesToVariableAsString().
Here is the caller graph for this function:| ilSystemStyleLessFile::getReferencesToVariableAsString | ( | $variable_name | ) |
| $variable_name |
Definition at line 259 of file class.ilSystemStyleLessFile.php.
References getReferencesToVariable().
Here is the call graph for this function:| ilSystemStyleLessFile::getVariableByName | ( | $name = "" | ) |
| string | $name |
Definition at line 229 of file class.ilSystemStyleLessFile.php.
| ilSystemStyleLessFile::getVariablesIds | ( | ) |
Definition at line 302 of file class.ilSystemStyleLessFile.php.
References $variables_ids.
| ilSystemStyleLessFile::getVariablesPerCategory | ( | $category = "" | ) |
| string | $category |
Definition at line 205 of file class.ilSystemStyleLessFile.php.
| ilSystemStyleLessFile::read | ( | ) |
Reads the file from the file system.
| ilSystemStyleException |
Definition at line 68 of file class.ilSystemStyleLessFile.php.
References $out, addItem(), ilSystemStyleException\FILE_OPENING_FAILED, getItemById(), and getLessVariablesFile().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSystemStyleLessFile::setLessVariablesFile | ( | $less_variables_file | ) |
| string | $less_variables_file |
Definition at line 278 of file class.ilSystemStyleLessFile.php.
| ilSystemStyleLessFile::write | ( | ) |
Write the complete file back to the file system (including comments and random content)
Definition at line 152 of file class.ilSystemStyleLessFile.php.
References getContent(), and getLessVariablesFile().
Here is the call graph for this function:
|
protected |
Definition at line 44 of file class.ilSystemStyleLessFile.php.
Referenced by getCategoriesIds().
|
protected |
Definition at line 30 of file class.ilSystemStyleLessFile.php.
Referenced by getCommentsIds().
|
protected |
Definition at line 23 of file class.ilSystemStyleLessFile.php.
Referenced by getItems().
|
protected |
Definition at line 51 of file class.ilSystemStyleLessFile.php.
|
protected |
Definition at line 37 of file class.ilSystemStyleLessFile.php.
Referenced by getVariablesIds().