ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Block Setting class. 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 | preloadPDBlockSettings () |
Preload pd info. 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 | cloneSettingsOfBlock (string $block_type, int $block_id, int $new_block_id) |
Clone block settings. More... | |
Static Public Attributes | |
static | $setting = array() |
static | $pd_preloaded = false |
|
static |
Delete block settings of block.
Definition at line 262 of file class.ilBlockSetting.php.
Referenced by ilObject\countReferences(), and ilObjExternalFeed\delete().
|
static |
Delete block settings of user.
Definition at line 246 of file class.ilBlockSetting.php.
Referenced by ilObjUser\delete().
|
static |
Lookup setting from database.
Definition at line 40 of file class.ilBlockSetting.php.
References $a_type, $DIC, $ilDB, $ilSetting, and $key.
Referenced by ilObjectFeedWriter\__construct(), ilNewsItem\_getDefaultVisibilityForRefId(), _lookupDetailLevel(), _lookupNr(), _lookupSide(), ilNewsItem\_lookupUserPDPeriod(), ilNewsForContextTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilObjMediaCastGUI\getFeedIconsHTML(), ilNewsForContextBlockGUI\getHTML(), ilNewsItem\getNewsForRefId(), ilNewsForContextBlockGUI\handleView(), ilNewsForContextBlockGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilNewsItem\queryNewsForContext(), ilNewsItem\queryNewsForMultipleContexts(), ilMediaCastDataSet\readData(), ilObjMediaCast\saveOrder(), and ilNewsForContextBlockGUI\showNews().
|
static |
Lookup detail level.
Definition at line 181 of file class.ilBlockSetting.php.
References $a_type, and _lookup().
Referenced by ilBlockGUI\handleDetailLevel(), and ilColumnGUI\showBlocks().
|
static |
Lookup number.
Definition at line 206 of file class.ilBlockSetting.php.
References $a_type, and _lookup().
Referenced by ilColumnGUI\determineBlocks().
|
static |
Lookup side.
Definition at line 226 of file class.ilBlockSetting.php.
References $a_type, and _lookup().
Referenced by ilColumnGUI\determineBlocks().
|
static |
Sets a default setting for a block.
ilSetting $ilSetting
string | $a_type | |
string | $a_setting | |
mixed | $a_value |
Definition at line 81 of file class.ilBlockSetting.php.
References $a_type, $DIC, and $ilSetting.
|
static |
Unsets a default setting for a block.
ilSetting $ilSetting
string | $a_type | |
string | $a_setting |
Definition at line 97 of file class.ilBlockSetting.php.
References $a_type, $DIC, and $ilSetting.
|
static |
Write setting to database.
Definition at line 154 of file class.ilBlockSetting.php.
References $a_type, $DIC, and $ilDB.
Referenced by _writeDetailLevel(), _writeNumber(), _writeSide(), ilObjFile\createProperties(), ilObjForum\createSettings(), ilNewsForContextBlockGUI\hideNotifications(), ilMediaCastDataSet\importRecord(), ilObjMediaCast\saveOrder(), ilPDNewsBlockGUI\saveSettings(), ilNewsForContextBlockGUI\saveSettings(), ilObjMediaCastGUI\saveSettingsObject(), and ilNewsForContextBlockGUI\showNotifications().
|
static |
Write detail level to database.
Definition at line 197 of file class.ilBlockSetting.php.
References $a_type, and _write().
Referenced by ilColumnGUI\activateBlock(), and ilBlockGUI\handleDetailLevel().
|
static |
Write number to database.
Definition at line 217 of file class.ilBlockSetting.php.
References $a_type, and _write().
Referenced by ilColumnGUI\exceededLimit().
|
static |
Write side to database.
Definition at line 237 of file class.ilBlockSetting.php.
References $a_type, and _write().
Referenced by ilColumnGUI\exceededLimit().
|
static |
Clone block settings.
string | $block_type | |
int | $block_id | |
int | $new_block_id |
Definition at line 282 of file class.ilBlockSetting.php.
Referenced by ilContainer\removeCustomIcon().
|
static |
Preload pd info.
Definition at line 111 of file class.ilBlockSetting.php.
References $DIC, $ilDB, $ilUser, $key, $s, and array.
Referenced by ilPersonalDesktopGUI\getStandardTemplates().
|
static |
Definition at line 34 of file class.ilBlockSetting.php.
|
static |
Definition at line 33 of file class.ilBlockSetting.php.