ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Save container block property. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
& | executeCommand () |
execute command More... | |
store () | |
Store property. More... | |
Static Public Member Functions | |
static | storeProperty ($a_block_id, $a_user_id, $a_property, $a_value) |
Store property in session or db. More... | |
static | getProperty ($a_block_id, $a_user_id, $a_property) |
Get property in session or db. More... | |
Protected Attributes | |
$ctrl | |
$user | |
Save container block property.
Definition at line 9 of file class.ilContainerBlockPropertiesStorageGUI.php.
ilContainerBlockPropertiesStorageGUI::__construct | ( | ) |
Constructor.
Definition at line 24 of file class.ilContainerBlockPropertiesStorageGUI.php.
& ilContainerBlockPropertiesStorageGUI::executeCommand | ( | ) |
execute command
Definition at line 35 of file class.ilContainerBlockPropertiesStorageGUI.php.
References $ctrl.
|
static |
Get property in session or db.
string | $a_block_id | |
int | $a_user_id | |
string | $a_property |
Definition at line 87 of file class.ilContainerBlockPropertiesStorageGUI.php.
References $_SESSION, and ilLoggerFactory\getLogger().
Referenced by ilContainerContentGUI\renderItemGroup().
ilContainerBlockPropertiesStorageGUI::store | ( | ) |
Store property.
Definition at line 48 of file class.ilContainerBlockPropertiesStorageGUI.php.
References $_GET, $ilUser, and $user.
|
static |
Store property in session or db.
string | $a_block_id | |
int | $a_user_id | |
string | $a_property | |
string | $a_value |
Definition at line 72 of file class.ilContainerBlockPropertiesStorageGUI.php.
References $_SESSION, and ilLoggerFactory\getLogger().
|
protected |
Definition at line 14 of file class.ilContainerBlockPropertiesStorageGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 19 of file class.ilContainerBlockPropertiesStorageGUI.php.
Referenced by store().