|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Block Setting class. More...
Collaboration diagram for ilBlockSetting:Public Member Functions | |
| preloadPDBlockSettings () | |
| Preload pd info. More... | |
Static Public Member Functions | |
| static | _lookup ($a_type, $a_setting, $a_user=0, $a_block_id=0) |
| Lookup setting from database. More... | |
| static | _setDefaultSetting ($a_type, $a_setting, $a_value) |
| Sets a default setting for a block. More... | |
| static | _unsetDefaultSetting ($a_type, $a_setting) |
| Unsets a default setting for a block. More... | |
| static | _write ($a_type, $a_setting, $a_value, $a_user=0, $a_block_id=0) |
| Write setting to database. More... | |
| static | _lookupDetailLevel ($a_type, $a_user=0, $a_block_id=0) |
| Lookup detail level. More... | |
| static | _writeDetailLevel ($a_type, $a_value, $a_user=0, $a_block_id=0) |
| Write detail level to database. More... | |
| static | _lookupNr ($a_type, $a_user=0, $a_block_id=0) |
| Lookup number. More... | |
| static | _writeNumber ($a_type, $a_value, $a_user=0, $a_block_id=0) |
| Write number to database. More... | |
| static | _lookupSide ($a_type, $a_user=0, $a_block_id=0) |
| Lookup side. More... | |
| static | _writeSide ($a_type, $a_value, $a_user=0, $a_block_id=0) |
| Write side to database. More... | |
| static | _deleteSettingsOfUser ($a_user) |
| Delete block settings of user. More... | |
| static | _deleteSettingsOfBlock ($a_block_id, $a_block_type) |
| Delete block settings of block. More... | |
Static Public Attributes | |
| static | $setting = array() |
| static | $pd_preloaded = false |
|
static |
Delete block settings of block.
Definition at line 258 of file class.ilBlockSetting.php.
References $ilDB.
Referenced by ilObjExternalFeed\delete(), and ilObject\delete().
Here is the caller graph for this function:
|
static |
Delete block settings of user.
Definition at line 243 of file class.ilBlockSetting.php.
References $ilDB.
Referenced by ilObjUser\delete().
Here is the caller graph for this function:
|
static |
Lookup setting from database.
Definition at line 40 of file class.ilBlockSetting.php.
References $ilDB, and $ilSetting.
Referenced by ilNewsItem\_getDefaultVisibilityForRefId(), _lookupDetailLevel(), _lookupNr(), _lookupSide(), ilNewsItem\_lookupUserPDPeriod(), ilObjMediaCast\cloneObject(), ilNewsForContextTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilObjMediaCastGUI\getFeedIconsHTML(), ilNewsForContextBlockGUI\getHTML(), ilNewsItem\getNewsForRefId(), ilNewsForContextBlockGUI\handleView(), ilObjectFeedWriter\ilObjectFeedWriter(), ilObjMediaCastGUI\initSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilNewsItem\queryNewsForContext(), ilNewsItem\queryNewsForMultipleContexts(), ilMediaCastDataSet\readData(), and ilNewsForContextBlockGUI\showNews().
Here is the caller graph for this function:
|
static |
Lookup detail level.
Definition at line 176 of file class.ilBlockSetting.php.
References _lookup().
Referenced by ilBlockGUI\handleDetailLevel(), and ilColumnGUI\showBlocks().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Lookup number.
Definition at line 203 of file class.ilBlockSetting.php.
References _lookup().
Referenced by ilColumnGUI\determineBlocks().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Lookup side.
Definition at line 223 of file class.ilBlockSetting.php.
References _lookup().
Referenced by ilColumnGUI\determineBlocks().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Sets a default setting for a block.
@global ilSetting $ilSetting
| string | $a_type | |
| string | $a_setting | |
| mixed | $a_value |
Definition at line 82 of file class.ilBlockSetting.php.
References $ilSetting.
|
static |
Unsets a default setting for a block.
@global ilSetting $ilSetting
| string | $a_type | |
| string | $a_setting |
Definition at line 96 of file class.ilBlockSetting.php.
References $ilSetting.
|
static |
Write setting to database.
Definition at line 155 of file class.ilBlockSetting.php.
References $ilDB.
Referenced by _writeDetailLevel(), _writeNumber(), _writeSide(), ilObjMediaCast\cloneObject(), ilObjFile\createProperties(), ilObjForum\createSettings(), ilNewsForContextBlockGUI\hideNotifications(), ilMediaCastDataSet\importRecord(), ilNewsForContextBlockGUI\saveSettings(), ilPDNewsBlockGUI\saveSettings(), ilObjMediaCastGUI\saveSettingsObject(), and ilNewsForContextBlockGUI\showNotifications().
Here is the caller graph for this function:
|
static |
Write detail level to database.
Definition at line 194 of file class.ilBlockSetting.php.
References _write().
Referenced by ilColumnGUI\activateBlock(), and ilBlockGUI\handleDetailLevel().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Write number to database.
Definition at line 214 of file class.ilBlockSetting.php.
References _write().
Here is the call graph for this function:
|
static |
Write side to database.
Definition at line 234 of file class.ilBlockSetting.php.
References _write().
Here is the call graph for this function:| ilBlockSetting::preloadPDBlockSettings | ( | ) |
Preload pd info.
return
Definition at line 108 of file class.ilBlockSetting.php.
|
static |
Definition at line 34 of file class.ilBlockSetting.php.
|
static |
Definition at line 33 of file class.ilBlockSetting.php.