ILIAS
Release_5_0_x_branch Revision 61816
|
Saves (mostly asynchronously) user properties of tables (e.g. More...
Public Member Functions | |
& | executeCommand () |
execute command | |
showFilter () | |
Show Filter. | |
hideFilter () | |
Hide Filter. | |
storeProperty ($a_table_id, $a_user_id, $a_property, $a_value) | |
Store property in session or db. | |
getProperty ($a_table_id, $a_user_id, $a_property) | |
Get property in session or db. | |
isValidProperty ($a_property) | |
Check if given property id is valid. |
Data Fields | |
$properties |
Saves (mostly asynchronously) user properties of tables (e.g.
filter on/off)
Definition at line 12 of file class.ilTablePropertiesStorage.php.
& ilTablePropertiesStorage::executeCommand | ( | ) |
ilTablePropertiesStorage::getProperty | ( | $a_table_id, | |
$a_user_id, | |||
$a_property | |||
) |
Get property in session or db.
Definition at line 106 of file class.ilTablePropertiesStorage.php.
References $_SESSION, $ilDB, and isValidProperty().
ilTablePropertiesStorage::hideFilter | ( | ) |
Hide Filter.
Definition at line 55 of file class.ilTablePropertiesStorage.php.
References $_GET, $ilUser, and storeProperty().
ilTablePropertiesStorage::isValidProperty | ( | $a_property | ) |
Check if given property id is valid.
string | $a_property |
Definition at line 145 of file class.ilTablePropertiesStorage.php.
Referenced by getProperty(), and storeProperty().
ilTablePropertiesStorage::showFilter | ( | ) |
Show Filter.
Definition at line 41 of file class.ilTablePropertiesStorage.php.
References $_GET, $ilUser, and storeProperty().
ilTablePropertiesStorage::storeProperty | ( | $a_table_id, | |
$a_user_id, | |||
$a_property, | |||
$a_value | |||
) |
Store property in session or db.
Definition at line 69 of file class.ilTablePropertiesStorage.php.
References $_SESSION, $ilDB, and isValidProperty().
Referenced by hideFilter(), and showFilter().
ilTablePropertiesStorage::$properties |
Definition at line 14 of file class.ilTablePropertiesStorage.php.