|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Saves (mostly asynchronously) user properties of accordions. More...
Collaboration diagram for ilAccordionPropertiesStorage:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| & | executeCommand () |
| execute command More... | |
| setOpenedTab () | |
| Show 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... | |
Data Fields | |
| $properties | |
Protected Attributes | |
| $user | |
| $ctrl | |
| $db | |
Saves (mostly asynchronously) user properties of accordions.
@ilCtrl_Calls ilAccordionPropertiesStorage:
Definition at line 12 of file class.ilAccordionPropertiesStorage.php.
| ilAccordionPropertiesStorage::__construct | ( | ) |
| & ilAccordionPropertiesStorage::executeCommand | ( | ) |
execute command
Definition at line 49 of file class.ilAccordionPropertiesStorage.php.
| ilAccordionPropertiesStorage::getProperty | ( | $a_table_id, | |
| $a_user_id, | |||
| $a_property | |||
| ) |
Get property in session or db.
Definition at line 161 of file class.ilAccordionPropertiesStorage.php.
References $_SESSION, $db, $ilDB, and $r.
Referenced by setOpenedTab().
Here is the caller graph for this function:| ilAccordionPropertiesStorage::setOpenedTab | ( | ) |
Show Filter.
Definition at line 63 of file class.ilAccordionPropertiesStorage.php.
References $_GET, $ilUser, $key, $user, getProperty(), and storeProperty().
Here is the call graph for this function:| ilAccordionPropertiesStorage::storeProperty | ( | $a_table_id, | |
| $a_user_id, | |||
| $a_property, | |||
| $a_value | |||
| ) |
Store property in session or db.
Definition at line 131 of file class.ilAccordionPropertiesStorage.php.
References $_SESSION, $db, and $ilDB.
Referenced by setOpenedTab().
Here is the caller graph for this function:
|
protected |
Definition at line 22 of file class.ilAccordionPropertiesStorage.php.
Referenced by executeCommand().
|
protected |
Definition at line 27 of file class.ilAccordionPropertiesStorage.php.
Referenced by getProperty(), and storeProperty().
| ilAccordionPropertiesStorage::$properties |
Definition at line 42 of file class.ilAccordionPropertiesStorage.php.
|
protected |
Definition at line 17 of file class.ilAccordionPropertiesStorage.php.
Referenced by executeCommand(), and setOpenedTab().