|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Save container block property. More...
Collaboration diagram for ilContainerBlockPropertiesStorage: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.
@ilCtrl_Calls ilContainerBlockPropertiesStorage:
Definition at line 11 of file class.ilContainerBlockPropertiesStorage.php.
| ilContainerBlockPropertiesStorage::__construct | ( | ) |
Constructor.
Definition at line 27 of file class.ilContainerBlockPropertiesStorage.php.
Here is the call graph for this function:| & ilContainerBlockPropertiesStorage::executeCommand | ( | ) |
execute command
Definition at line 38 of file class.ilContainerBlockPropertiesStorage.php.
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerBlockPropertiesStorage::store | ( | ) |
Store property.
Definition at line 51 of file class.ilContainerBlockPropertiesStorage.php.
References $_GET, $ilUser, $user, and storeProperty().
Here is the call graph for this function:
|
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().
Referenced by store().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().