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 () | |
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().
ilTablePropertiesStorageGUI::executeCommand | ( | ) |
Definition at line 56 of file class.ilTablePropertiesStorageGUI.php.
References $ctrl, and ilCtrl\getCmd().
ilTablePropertiesStorageGUI::getProperty | ( | string | $a_table_id, |
int | $a_user_id, | ||
string | $a_property | ||
) |
Definition at line 131 of file class.ilTablePropertiesStorageGUI.php.
References $db, $ilDB, ANONYMOUS_USER_ID, ilSession\get(), and isValidProperty().
ilTablePropertiesStorageGUI::hideFilter | ( | ) |
Definition at line 80 of file class.ilTablePropertiesStorageGUI.php.
References $ilUser, $requested_user_id, $user, and storeProperty().
ilTablePropertiesStorageGUI::isValidProperty | ( | $a_property | ) |
Definition at line 168 of file class.ilTablePropertiesStorageGUI.php.
Referenced by getProperty(), and storeProperty().
ilTablePropertiesStorageGUI::showFilter | ( | ) |
Definition at line 63 of file class.ilTablePropertiesStorageGUI.php.
References $ilUser, $requested_user_id, $user, and storeProperty().
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.
References $db, $ilDB, ANONYMOUS_USER_ID, isValidProperty(), and ilSession\set().
Referenced by hideFilter(), and showFilter().
|
protected |
Definition at line 27 of file class.ilTablePropertiesStorageGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 28 of file class.ilTablePropertiesStorageGUI.php.
Referenced by getProperty(), and storeProperty().
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().