|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Saves (mostly asynchronously) user properties of accordions. More...
Collaboration diagram for ilAccordionPropertiesStorage:Public Member Functions | |
| & | 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 | |
Saves (mostly asynchronously) user properties of accordions.
@ilCtrl_Calls ilAccordionPropertiesStorage:
Definition at line 12 of file class.ilAccordionPropertiesStorage.php.
| & ilAccordionPropertiesStorage::executeCommand | ( | ) |
execute command
Definition at line 21 of file class.ilAccordionPropertiesStorage.php.
| ilAccordionPropertiesStorage::getProperty | ( | $a_table_id, | |
| $a_user_id, | |||
| $a_property | |||
| ) |
Get property in session or db.
Definition at line 111 of file class.ilAccordionPropertiesStorage.php.
References $_SESSION, $ilDB, and $r.
Referenced by setOpenedTab().
Here is the caller graph for this function:| ilAccordionPropertiesStorage::setOpenedTab | ( | ) |
Show Filter.
Definition at line 34 of file class.ilAccordionPropertiesStorage.php.
References $_GET, $ilUser, 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 83 of file class.ilAccordionPropertiesStorage.php.
References $_SESSION, and $ilDB.
Referenced by setOpenedTab().
Here is the caller graph for this function:| ilAccordionPropertiesStorage::$properties |
Definition at line 14 of file class.ilAccordionPropertiesStorage.php.