|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilAccordionPropertiesStorageGUI:
Collaboration diagram for ilAccordionPropertiesStorageGUI: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().
Here is the call graph for this function:| ilAccordionPropertiesStorageGUI::executeCommand | ( | ) |
Definition at line 52 of file class.ilAccordionPropertiesStorageGUI.php.
References $ctrl, and ilCtrl\getCmd().
Here is the call graph for this function:| 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().
Referenced by setOpenedTab().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAccordionPropertiesStorageGUI::getPropertyForIdStartsWith | ( | string | $id_starts_with, |
| int | $user_id, | ||
| string | $property | ||
| ) |
Definition at line 157 of file class.ilAccordionPropertiesStorageGUI.php.
References $id, ilSession\get(), and ilSession\has().
Here is the call graph for this function:| ilAccordionPropertiesStorageGUI::setOpenedTab | ( | ) |
Definition at line 59 of file class.ilAccordionPropertiesStorageGUI.php.
References $ilUser, ILIAS\LTI\ToolProvider\$key, $tab_nr, $user, getProperty(), and storeProperty().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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.