ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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.
|
protected |
Definition at line 148 of file class.ilSystemStyleLessGUI.php.
References $pass, getMessageStack(), and ilSystemStyleMessage\TYPE_ERROR.
Referenced by checkRequirements().
|
protected |
Definition at line 106 of file class.ilSystemStyleLessGUI.php.
References $_GET, $pass, checkLessInstallation(), getMessageStack(), getStyleContainer(), and ilSystemStyleMessage\TYPE_ERROR.
Referenced by edit().
|
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().
ilSystemStyleLessGUI::executeCommand | ( | ) |
Execute command.
Definition at line 84 of file class.ilSystemStyleLessGUI.php.
ilSystemStyleLessGUI::getLessFile | ( | ) |
Definition at line 331 of file class.ilSystemStyleLessGUI.php.
References $less_file.
Referenced by edit(), getVariablesValues(), initSystemStyleLessForm(), and update().
ilSystemStyleLessGUI::getMessageStack | ( | ) |
Definition at line 347 of file class.ilSystemStyleLessGUI.php.
References $message_stack.
Referenced by __construct(), checkLessInstallation(), checkRequirements(), and edit().
ilSystemStyleLessGUI::getStyleContainer | ( | ) |
Definition at line 315 of file class.ilSystemStyleLessGUI.php.
References $style_container.
Referenced by __construct(), checkRequirements(), reset(), and update().
ilSystemStyleLessGUI::getVariablesValues | ( | ilPropertyFormGUI | $form | ) |
ilPropertyFormGUI | $form |
Definition at line 257 of file class.ilSystemStyleLessGUI.php.
References getLessFile(), and ilPropertyFormGUI\setValuesByArray().
Referenced by edit().
ilSystemStyleLessGUI::initSystemStyleLessForm | ( | $modify = true | ) |
bool | true | $modify |
Definition at line 201 of file class.ilSystemStyleLessGUI.php.
References $_GET, $info, $section, getLessFile(), and ilFormPropertyGUI\setRequired().
Referenced by edit(), and update().
ilSystemStyleLessGUI::reset | ( | ) |
Definition at line 272 of file class.ilSystemStyleLessGUI.php.
References $_GET, $style, edit(), getStyleContainer(), ilUtil\sendFailure(), and setLessFile().
ilSystemStyleLessGUI::setLessFile | ( | $less_file | ) |
ilSystemStyleLessFile | $less_file |
Definition at line 339 of file class.ilSystemStyleLessGUI.php.
References $less_file.
Referenced by __construct(), and reset().
ilSystemStyleLessGUI::setMessageStack | ( | $message_stack | ) |
ilSystemStyleMessageStack | $message_stack |
Definition at line 355 of file class.ilSystemStyleLessGUI.php.
References $message_stack.
Referenced by __construct().
ilSystemStyleLessGUI::setStyleContainer | ( | $style_container | ) |
ilSystemStyleSkinContainer | $style_container |
Definition at line 323 of file class.ilSystemStyleLessGUI.php.
References $style_container.
Referenced by __construct().
ilSystemStyleLessGUI::update | ( | ) |
Definition at line 285 of file class.ilSystemStyleLessGUI.php.
References $_GET, getLessFile(), getStyleContainer(), initSystemStyleLessForm(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
|
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.