15 "opened" => array(
"storage" =>
"session")
25 $cmd = $ilCtrl->getCmd();
38 if (
$_GET[
"user_id"] == $ilUser->getId())
41 "opened",
$_GET[
"tab_nr"]);
53 switch ($this->properties[$a_property][
"storage"])
56 $_SESSION[
"accordion"][$a_table_id][$a_user_id][$a_property]
80 switch ($this->properties[$a_property][
"storage"])
83 return $_SESSION[
"accordion"][$a_table_id][$a_user_id][$a_property];
& executeCommand()
execute command
getProperty($a_table_id, $a_user_id, $a_property)
Get property in session or db.
setOpenedTab()
Show Filter.
storeProperty($a_table_id, $a_user_id, $a_property, $a_value)
Store property in session or db.
Saves (mostly asynchronously) user properties of accordions.