|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ilSystemStyleLessGUI:Public Member Functions | |
| __construct ($skin_id="", $style_id="") | |
| ilSystemStyleLessGUI constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| initSystemStyleLessForm ($modify=true) | |
| getVariablesValues (ilPropertyFormGUI $form) | |
| reset () | |
| update () | |
| getStyleContainer () | |
| setStyleContainer ($style_container) | |
| getLessFile () | |
| setLessFile ($less_file) | |
| getMessageStack () | |
| setMessageStack ($message_stack) | |
Protected Member Functions | |
| checkRequirements () | |
| checkLessInstallation () | |
| edit () | |
Protected Attributes | |
| $ctrl | |
| $lng | |
| $tpl | |
| $style_container | |
| $less_file | |
| $message_stack | |
Definition at line 13 of file class.ilSystemStyleLessGUI.php.
| ilSystemStyleLessGUI::__construct | ( | $skin_id = "", |
|
$style_id = "" |
|||
| ) |
ilSystemStyleLessGUI constructor.
| string | $skin_id | |
| string | $style_id |
Definition at line 51 of file class.ilSystemStyleLessGUI.php.
References $_GET, $DIC, $less_file, ilSystemStyleSkinContainer\generateFromId(), getMessageStack(), getStyleContainer(), setLessFile(), setMessageStack(), setStyleContainer(), and ilSystemStyleMessage\TYPE_ERROR.
Here is the call graph for this function:
|
protected |
Definition at line 148 of file class.ilSystemStyleLessGUI.php.
References $pass, getMessageStack(), and ilSystemStyleMessage\TYPE_ERROR.
Referenced by checkRequirements().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 106 of file class.ilSystemStyleLessGUI.php.
References $_GET, $pass, checkLessInstallation(), getMessageStack(), getStyleContainer(), and ilSystemStyleMessage\TYPE_ERROR.
Referenced by edit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 176 of file class.ilSystemStyleLessGUI.php.
References checkRequirements(), getLessFile(), getMessageStack(), getVariablesValues(), initSystemStyleLessForm(), and ilSystemStyleMessage\TYPE_ERROR.
Referenced by executeCommand(), and reset().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSystemStyleLessGUI::executeCommand | ( | ) |
Execute command.
Definition at line 84 of file class.ilSystemStyleLessGUI.php.
Here is the call graph for this function:| ilSystemStyleLessGUI::getLessFile | ( | ) |
Definition at line 331 of file class.ilSystemStyleLessGUI.php.
References $less_file.
Referenced by edit(), getVariablesValues(), initSystemStyleLessForm(), and update().
Here is the caller graph for this function:| ilSystemStyleLessGUI::getMessageStack | ( | ) |
Definition at line 347 of file class.ilSystemStyleLessGUI.php.
References $message_stack.
Referenced by __construct(), checkLessInstallation(), checkRequirements(), and edit().
Here is the caller graph for this function:| ilSystemStyleLessGUI::getStyleContainer | ( | ) |
Definition at line 315 of file class.ilSystemStyleLessGUI.php.
References $style_container.
Referenced by __construct(), checkRequirements(), reset(), and update().
Here is the caller graph for this function:| ilSystemStyleLessGUI::getVariablesValues | ( | ilPropertyFormGUI | $form | ) |
| ilPropertyFormGUI | $form |
Definition at line 257 of file class.ilSystemStyleLessGUI.php.
References getLessFile(), and ilPropertyFormGUI\setValuesByArray().
Referenced by edit().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSystemStyleLessGUI::initSystemStyleLessForm | ( | $modify = true | ) |
| bool | true | $modify |
Definition at line 201 of file class.ilSystemStyleLessGUI.php.
References $_GET, $info, $section, and getLessFile().
Referenced by edit(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSystemStyleLessGUI::reset | ( | ) |
Definition at line 272 of file class.ilSystemStyleLessGUI.php.
References $_GET, $style, edit(), getStyleContainer(), ilUtil\sendFailure(), and setLessFile().
Here is the call graph for this function:| ilSystemStyleLessGUI::setLessFile | ( | $less_file | ) |
| ilSystemStyleLessFile | $less_file |
Definition at line 339 of file class.ilSystemStyleLessGUI.php.
References $less_file.
Referenced by __construct(), and reset().
Here is the caller graph for this function:| ilSystemStyleLessGUI::setMessageStack | ( | $message_stack | ) |
| ilSystemStyleMessageStack | $message_stack |
Definition at line 355 of file class.ilSystemStyleLessGUI.php.
References $message_stack.
Referenced by __construct().
Here is the caller graph for this function:| ilSystemStyleLessGUI::setStyleContainer | ( | $style_container | ) |
| ilSystemStyleSkinContainer | $style_container |
Definition at line 323 of file class.ilSystemStyleLessGUI.php.
References $style_container.
Referenced by __construct().
Here is the caller graph for this function:| ilSystemStyleLessGUI::update | ( | ) |
Definition at line 285 of file class.ilSystemStyleLessGUI.php.
References $_GET, getLessFile(), getStyleContainer(), initSystemStyleLessForm(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Definition at line 18 of file class.ilSystemStyleLessGUI.php.
|
protected |
Definition at line 38 of file class.ilSystemStyleLessGUI.php.
Referenced by __construct(), getLessFile(), and setLessFile().
|
protected |
Definition at line 23 of file class.ilSystemStyleLessGUI.php.
|
protected |
Definition at line 43 of file class.ilSystemStyleLessGUI.php.
Referenced by getMessageStack(), and setMessageStack().
|
protected |
Definition at line 33 of file class.ilSystemStyleLessGUI.php.
Referenced by getStyleContainer(), and setStyleContainer().
|
protected |
Definition at line 28 of file class.ilSystemStyleLessGUI.php.