|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 144 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 103 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 173 of file class.ilSystemStyleLessGUI.php.
References $form, 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 82 of file class.ilSystemStyleLessGUI.php.
References edit().
Here is the call graph for this function:| ilSystemStyleLessGUI::getLessFile | ( | ) |
Definition at line 343 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 359 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 327 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 252 of file class.ilSystemStyleLessGUI.php.
References $form, $values, and getLessFile().
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 197 of file class.ilSystemStyleLessGUI.php.
References $_GET, $form, $info, $input, $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 267 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 351 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 367 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 335 of file class.ilSystemStyleLessGUI.php.
References $style_container.
Referenced by __construct().
Here is the caller graph for this function:| ilSystemStyleLessGUI::update | ( | ) |
Definition at line 281 of file class.ilSystemStyleLessGUI.php.
References $_GET, $form, getLessFile(), getStyleContainer(), initSystemStyleLessForm(), and ilUtil\sendFailure().
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.