ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Saves (mostly asynchronously) user properties of tables (e.g. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
store ($a_context, $a_user_id, $a_name, array $a_state) | |
Store table template. More... | |
load ($a_context, $a_user_id, $a_name) | |
Get table template. More... | |
delete ($a_context, $a_user_id, $a_name) | |
Delete table template. More... | |
getNames ($a_context, $a_user_id) | |
List templates. More... | |
Protected Attributes | |
$db | |
Saves (mostly asynchronously) user properties of tables (e.g.
filter on/off)
Definition at line 12 of file class.ilTableTemplatesStorage.php.
ilTableTemplatesStorage::__construct | ( | ) |
ilTableTemplatesStorage::delete | ( | $a_context, | |
$a_user_id, | |||
$a_name | |||
) |
Delete table template.
string | $a_context | |
int | $a_user_id | |
string | $a_name |
Definition at line 91 of file class.ilTableTemplatesStorage.php.
ilTableTemplatesStorage::getNames | ( | $a_context, | |
$a_user_id | |||
) |
ilTableTemplatesStorage::load | ( | $a_context, | |
$a_user_id, | |||
$a_name | |||
) |
Get table template.
string | $a_context | |
int | $a_user_id | |
string | $a_name |
Definition at line 66 of file class.ilTableTemplatesStorage.php.
ilTableTemplatesStorage::store | ( | $a_context, | |
$a_user_id, | |||
$a_name, | |||
array | $a_state | ||
) |
Store table template.
string | $a_context | |
int | $a_user_id | |
string | $a_name | |
array | $a_state |
Definition at line 38 of file class.ilTableTemplatesStorage.php.
References $db, $ilDB, and array.
|
protected |
Definition at line 17 of file class.ilTableTemplatesStorage.php.
Referenced by delete(), getNames(), load(), and store().