ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Saves (mostly asynchronously) user properties of tables (e.g. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
& | executeCommand () |
execute command More... | |
showFilter () | |
Show Filter. More... | |
hideFilter () | |
Hide Filter. More... | |
storeProperty ( $a_table_id, $a_user_id, $a_property, $a_value) | |
Store property in session or db. More... | |
getProperty ($a_table_id, $a_user_id, $a_property) | |
Get property in session or db. More... | |
isValidProperty ($a_property) | |
Check if given property id is valid. More... | |
Data Fields | |
$properties | |
Protected Attributes | |
$user | |
$ctrl | |
$db | |
Saves (mostly asynchronously) user properties of tables (e.g.
filter on/off)
Definition at line 12 of file class.ilTablePropertiesStorage.php.
ilTablePropertiesStorage::__construct | ( | ) |
Constructor.
Definition at line 33 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 144 of file class.ilTablePropertiesStorage.php.
References $_SESSION, $db, $ilDB, isValidProperty(), and properties.
ilTablePropertiesStorage::hideFilter | ( | ) |
Hide Filter.
Definition at line 87 of file class.ilTablePropertiesStorage.php.
References $_GET, $ilUser, $user, and storeProperty().
ilTablePropertiesStorage::isValidProperty | ( | $a_property | ) |
Check if given property id is valid.
string | $a_property |
Definition at line 181 of file class.ilTablePropertiesStorage.php.
References properties.
Referenced by getProperty(), and storeProperty().
ilTablePropertiesStorage::showFilter | ( | ) |
Show Filter.
Definition at line 70 of file class.ilTablePropertiesStorage.php.
References $_GET, $ilUser, $user, and storeProperty().
ilTablePropertiesStorage::storeProperty | ( | $a_table_id, | |
$a_user_id, | |||
$a_property, | |||
$a_value | |||
) |
Store property in session or db.
Definition at line 104 of file class.ilTablePropertiesStorage.php.
References $_SESSION, $db, $ilDB, array, isValidProperty(), and properties.
Referenced by hideFilter(), and showFilter().
|
protected |
Definition at line 22 of file class.ilTablePropertiesStorage.php.
Referenced by executeCommand().
|
protected |
Definition at line 27 of file class.ilTablePropertiesStorage.php.
Referenced by getProperty(), and storeProperty().
ilTablePropertiesStorage::$properties |
Definition at line 42 of file class.ilTablePropertiesStorage.php.
|
protected |
Definition at line 17 of file class.ilTablePropertiesStorage.php.
Referenced by executeCommand(), hideFilter(), and showFilter().