ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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.
ilContainerBlockPropertiesStorage:
Definition at line 11 of file class.ilContainerBlockPropertiesStorage.php.
ilContainerBlockPropertiesStorage::__construct | ( | ) |
Constructor.
Definition at line 27 of file class.ilContainerBlockPropertiesStorage.php.
& ilContainerBlockPropertiesStorage::executeCommand | ( | ) |
execute command
Definition at line 38 of file class.ilContainerBlockPropertiesStorage.php.
References $ctrl, $ilCtrl, and array.
|
static |
Get property in session or db.
string | $a_block_id | |
int | $a_user_id | |
string | $a_property |
Definition at line 90 of file class.ilContainerBlockPropertiesStorage.php.
References $_SESSION, and ilLoggerFactory\getLogger().
Referenced by ilContainerContentGUI\renderItemGroup().
ilContainerBlockPropertiesStorage::store | ( | ) |
Store property.
Definition at line 51 of file class.ilContainerBlockPropertiesStorage.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 75 of file class.ilContainerBlockPropertiesStorage.php.
References $_SESSION, and ilLoggerFactory\getLogger().
|
protected |
Definition at line 16 of file class.ilContainerBlockPropertiesStorage.php.
Referenced by executeCommand().
|
protected |
Definition at line 21 of file class.ilContainerBlockPropertiesStorage.php.
Referenced by store().