ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Saves (mostly asynchronously) user properties of accordions. More...
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.
Definition at line 12 of file class.ilAccordionPropertiesStorage.php.
ilAccordionPropertiesStorage::__construct | ( | ) |
Constructor.
Definition at line 33 of file class.ilAccordionPropertiesStorage.php.
& ilAccordionPropertiesStorage::executeCommand | ( | ) |
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, $r, and properties.
Referenced by setOpenedTab().
ilAccordionPropertiesStorage::setOpenedTab | ( | ) |
Show Filter.
Definition at line 63 of file class.ilAccordionPropertiesStorage.php.
References $_GET, $ilUser, $key, $user, getProperty(), and storeProperty().
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, $ilDB, and properties.
Referenced by setOpenedTab().
|
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().