ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 10 of file class.ilAccordionPropertiesStorage.php.
ilAccordionPropertiesStorage::__construct | ( | ) |
Constructor.
Definition at line 31 of file class.ilAccordionPropertiesStorage.php.
& ilAccordionPropertiesStorage::executeCommand | ( | ) |
execute command
Definition at line 47 of file class.ilAccordionPropertiesStorage.php.
References $ctrl, $ilUser, and $user.
ilAccordionPropertiesStorage::getProperty | ( | $a_table_id, | |
$a_user_id, | |||
$a_property | |||
) |
Get property in session or db.
Definition at line 159 of file class.ilAccordionPropertiesStorage.php.
References $_SESSION, $db, and $ilDB.
Referenced by setOpenedTab().
ilAccordionPropertiesStorage::setOpenedTab | ( | ) |
Show Filter.
Definition at line 61 of file class.ilAccordionPropertiesStorage.php.
References $_GET, $ilUser, $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 129 of file class.ilAccordionPropertiesStorage.php.
References $_SESSION, $db, and $ilDB.
Referenced by setOpenedTab().
|
protected |
Definition at line 20 of file class.ilAccordionPropertiesStorage.php.
Referenced by executeCommand().
|
protected |
Definition at line 25 of file class.ilAccordionPropertiesStorage.php.
Referenced by getProperty(), and storeProperty().
ilAccordionPropertiesStorage::$properties |
Definition at line 40 of file class.ilAccordionPropertiesStorage.php.
|
protected |
Definition at line 15 of file class.ilAccordionPropertiesStorage.php.
Referenced by executeCommand(), and setOpenedTab().