|
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 ilTablePropertiesStorageGUI:
Collaboration diagram for ilTablePropertiesStorageGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| showFilter () | |
| hideFilter () | |
| storeProperty (string $a_table_id, int $a_user_id, string $a_property, string $a_value) | |
| getProperty (string $a_table_id, int $a_user_id, string $a_property) | |
| isValidProperty ($a_property) | |
Data Fields | |
| array | $properties |
Protected Attributes | |
| ILIAS Table TableGUIRequest | $table_request = null |
| 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 tables (e.g. filter on/off)
Definition at line 23 of file class.ilTablePropertiesStorageGUI.php.
| ilTablePropertiesStorageGUI::__construct | ( | ) |
Definition at line 40 of file class.ilTablePropertiesStorageGUI.php.
References $DIC, ILIAS\Repository\ctrl(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilTablePropertiesStorageGUI::executeCommand | ( | ) |
Definition at line 56 of file class.ilTablePropertiesStorageGUI.php.
References $ctrl, and ilCtrl\getCmd().
Here is the call graph for this function:| ilTablePropertiesStorageGUI::getProperty | ( | string | $a_table_id, |
| int | $a_user_id, | ||
| string | $a_property | ||
| ) |
Definition at line 131 of file class.ilTablePropertiesStorageGUI.php.
| ilTablePropertiesStorageGUI::hideFilter | ( | ) |
Definition at line 80 of file class.ilTablePropertiesStorageGUI.php.
References $ilUser, $requested_user_id, $user, and storeProperty().
Here is the call graph for this function:| ilTablePropertiesStorageGUI::isValidProperty | ( | $a_property | ) |
Definition at line 168 of file class.ilTablePropertiesStorageGUI.php.
| ilTablePropertiesStorageGUI::showFilter | ( | ) |
Definition at line 63 of file class.ilTablePropertiesStorageGUI.php.
References $ilUser, $requested_user_id, $user, and storeProperty().
Here is the call graph for this function:| ilTablePropertiesStorageGUI::storeProperty | ( | string | $a_table_id, |
| int | $a_user_id, | ||
| string | $a_property, | ||
| string | $a_value | ||
| ) |
Definition at line 96 of file class.ilTablePropertiesStorageGUI.php.
Referenced by hideFilter(), and showFilter().
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilTablePropertiesStorageGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 28 of file class.ilTablePropertiesStorageGUI.php.
| array ilTablePropertiesStorageGUI::$properties |
Definition at line 29 of file class.ilTablePropertiesStorageGUI.php.
|
protected |
Definition at line 25 of file class.ilTablePropertiesStorageGUI.php.
|
protected |
Definition at line 26 of file class.ilTablePropertiesStorageGUI.php.
Referenced by hideFilter(), and showFilter().