ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct () | |
executeCommand () | |
setOpenedTab () | |
storeProperty (string $a_table_id, int $a_user_id, string $a_property, string $a_value) | |
Store property in session. More... | |
getProperty (string $a_table_id, int $a_user_id, string $a_property) | |
getPropertyForIdStartsWith (string $id_starts_with, int $user_id, string $property) | |
Data Fields | |
array | $properties |
Protected Attributes | |
string | $tab_nr |
string | $req_acc_id |
int | $user_id |
ILIAS Accordion StandardGUIRequest | $request |
ilObjUser | $user |
ilCtrl | $ctrl |
ilDBInterface | $db |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Saves (mostly asynchronously) user properties of accordions
Definition at line 23 of file class.ilAccordionPropertiesStorageGUI.php.
ilAccordionPropertiesStorageGUI::__construct | ( | ) |
Definition at line 36 of file class.ilAccordionPropertiesStorageGUI.php.
References $DIC, ILIAS\Repository\ctrl(), and ILIAS\Repository\user().
ilAccordionPropertiesStorageGUI::executeCommand | ( | ) |
Definition at line 52 of file class.ilAccordionPropertiesStorageGUI.php.
References $ctrl, and ilCtrl\getCmd().
ilAccordionPropertiesStorageGUI::getProperty | ( | string | $a_table_id, |
int | $a_user_id, | ||
string | $a_property | ||
) |
Definition at line 144 of file class.ilAccordionPropertiesStorageGUI.php.
References ilSession\get(), and ilSession\has().
Referenced by setOpenedTab().
ilAccordionPropertiesStorageGUI::getPropertyForIdStartsWith | ( | string | $id_starts_with, |
int | $user_id, | ||
string | $property | ||
) |
Definition at line 157 of file class.ilAccordionPropertiesStorageGUI.php.
References $id, $user_id, ilSession\get(), and ilSession\has().
ilAccordionPropertiesStorageGUI::setOpenedTab | ( | ) |
Definition at line 59 of file class.ilAccordionPropertiesStorageGUI.php.
References $ilUser, ILIAS\LTI\ToolProvider\$key, $tab_nr, $user, getProperty(), and storeProperty().
ilAccordionPropertiesStorageGUI::storeProperty | ( | string | $a_table_id, |
int | $a_user_id, | ||
string | $a_property, | ||
string | $a_value | ||
) |
Store property in session.
Definition at line 127 of file class.ilAccordionPropertiesStorageGUI.php.
References ilSession\get(), ilSession\has(), and ilSession\set().
Referenced by setOpenedTab().
|
protected |
Definition at line 30 of file class.ilAccordionPropertiesStorageGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 31 of file class.ilAccordionPropertiesStorageGUI.php.
array ilAccordionPropertiesStorageGUI::$properties |
Definition at line 32 of file class.ilAccordionPropertiesStorageGUI.php.
|
protected |
Definition at line 26 of file class.ilAccordionPropertiesStorageGUI.php.
|
protected |
Definition at line 28 of file class.ilAccordionPropertiesStorageGUI.php.
|
protected |
Definition at line 25 of file class.ilAccordionPropertiesStorageGUI.php.
Referenced by setOpenedTab().
|
protected |
Definition at line 29 of file class.ilAccordionPropertiesStorageGUI.php.
Referenced by setOpenedTab().
|
protected |
Definition at line 27 of file class.ilAccordionPropertiesStorageGUI.php.
Referenced by getPropertyForIdStartsWith().