|
ILIAS
Release_4_2_x_branch Revision 61807
|
Saves (mostly asynchronously) user properties of tables (e.g. More...
Collaboration diagram for ilTablePropertiesStorage: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().
Here is the call graph for this function:| ilTablePropertiesStorage::hideFilter | ( | ) |
Hide Filter.
Definition at line 55 of file class.ilTablePropertiesStorage.php.
References $_GET, and storeProperty().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ilTablePropertiesStorage::showFilter | ( | ) |
Show Filter.
Definition at line 41 of file class.ilTablePropertiesStorage.php.
References $_GET, and storeProperty().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTablePropertiesStorage::$properties |
Definition at line 14 of file class.ilTablePropertiesStorage.php.