ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 | _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 251 of file class.ilBlockSetting.php.
Referenced by ilObjExternalFeed\delete(), and ilObject\delete().
|
static |
Delete block settings of user.
Definition at line 235 of file class.ilBlockSetting.php.
Referenced by ilObjUser\delete().
|
static |
Lookup setting from database.
Definition at line 40 of file class.ilBlockSetting.php.
References $DIC, $ilDB, and $ilSetting.
Referenced by ilObjectFeedWriter\__construct(), ilNewsItem\_getDefaultVisibilityForRefId(), _lookupDetailLevel(), _lookupSide(), ilNewsItem\_lookupUserPDPeriod(), ilNewsForContextBlockGUI\addToSettingsForm(), ilObjMediaCast\copyOrder(), ilNewsForContextTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilObjMediaCastGUI\getFeedIconsHTML(), ilNewsForContextBlockGUI\getHTML(), ilNewsItem\getNewsForRefId(), ilNewsForContextBlockGUI\handleView(), ilContainerNewsSettingsGUI\initForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilNewsItem\queryNewsForContext(), ilNewsItem\queryNewsForMultipleContexts(), ilMediaCastDataSet\readData(), ilNewsDataSet\readData(), and ilNewsForContextBlockGUI\showNews().
|
static |
Lookup detail level.
Definition at line 181 of file class.ilBlockSetting.php.
References _lookup().
Referenced by ilColumnGUI\showBlocks().
|
static |
Lookup side.
Definition at line 215 of file class.ilBlockSetting.php.
References _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 $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 $DIC, and $ilSetting.
|
static |
Write setting to database.
Definition at line 154 of file class.ilBlockSetting.php.
Referenced by _writeDetailLevel(), _writeNumber(), _writeSide(), ilObjMediaCast\copyOrder(), createProperties(), ilObjForum\createSettings(), ilNewsForContextBlockGUI\hideNotifications(), ilNewsDataSet\importRecord(), ilMediaCastDataSet\importRecord(), ilPDNewsBlockGUI\saveSettings(), ilNewsForContextBlockGUI\saveSettings(), ilObjMediaCastGUI\saveSettingsObject(), ilNewsForContextBlockGUI\showNotifications(), and ilNewsForContextBlockGUI\writeSettings().
|
static |
Write detail level to database.
Definition at line 197 of file class.ilBlockSetting.php.
References _write().
Referenced by ilColumnGUI\activateBlock().
|
static |
Write number to database.
Definition at line 206 of file class.ilBlockSetting.php.
References _write().
Referenced by ilColumnGUI\exceededLimit().
|
static |
Write side to database.
Definition at line 226 of file class.ilBlockSetting.php.
References _write().
Referenced by ilColumnGUI\exceededLimit().
|
static |
Clone block settings.
string | $block_type | |
int | $block_id | |
int | $new_block_id |
Definition at line 271 of file class.ilBlockSetting.php.
References $DIC.
Referenced by ilContainer\_exportContainerSettings().
|
static |
Preload pd info.
Definition at line 111 of file class.ilBlockSetting.php.
References Vendor\Package\$b, $DIC, $ilDB, and $ilUser.
Referenced by ilDashboardGUI\getStandardTemplates().
|
static |
Definition at line 34 of file class.ilBlockSetting.php.
|
static |
Definition at line 33 of file class.ilBlockSetting.php.