|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Saves (mostly asynchronously) user properties of tables (e.g. More...
Collaboration diagram for ilTablePropertiesStorage: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 10 of file class.ilTablePropertiesStorage.php.
| ilTablePropertiesStorage::__construct | ( | ) |
| & ilTablePropertiesStorage::executeCommand | ( | ) |
execute command
Definition at line 54 of file class.ilTablePropertiesStorage.php.
| ilTablePropertiesStorage::getProperty | ( | $a_table_id, | |
| $a_user_id, | |||
| $a_property | |||
| ) |
Get property in session or db.
Definition at line 142 of file class.ilTablePropertiesStorage.php.
References $_SESSION, $db, $ilDB, ANONYMOUS_USER_ID, and isValidProperty().
Here is the call graph for this function:| ilTablePropertiesStorage::hideFilter | ( | ) |
Hide Filter.
Definition at line 85 of file class.ilTablePropertiesStorage.php.
References $_GET, $ilUser, $user, 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 179 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 68 of file class.ilTablePropertiesStorage.php.
References $_GET, $ilUser, $user, 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 102 of file class.ilTablePropertiesStorage.php.
References $_SESSION, $db, $ilDB, ANONYMOUS_USER_ID, and isValidProperty().
Referenced by hideFilter(), and showFilter().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 20 of file class.ilTablePropertiesStorage.php.
Referenced by executeCommand().
|
protected |
Definition at line 25 of file class.ilTablePropertiesStorage.php.
Referenced by getProperty(), and storeProperty().
| ilTablePropertiesStorage::$properties |
Definition at line 40 of file class.ilTablePropertiesStorage.php.
|
protected |
Definition at line 15 of file class.ilTablePropertiesStorage.php.
Referenced by executeCommand(), hideFilter(), and showFilter().