ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Static Public Member Functions | |
static | _lookup (string $a_type, string $a_setting, int $a_user=0, int $a_block_id=0) |
Lookup setting from database. More... | |
static | preloadPDBlockSettings () |
Preload pd info. More... | |
static | _write (string $a_type, string $a_setting, string $a_value, int $a_user=0, int $a_block_id=0) |
Write setting to database. More... | |
static | _lookupDetailLevel (string $a_type, int $a_user=0, int $a_block_id=0) |
Lookup detail level. More... | |
static | _writeDetailLevel (string $a_type, string $a_value, int $a_user=0, int $a_block_id=0) |
static | _writeNumber (string $a_type, string $a_value, int $a_user=0, int $a_block_id=0) |
static | _lookupSide (string $a_type, int $a_user=0, int $a_block_id=0) |
Lookup side. More... | |
static | _writeSide (string $a_type, string $a_value, int $a_user=0, int $a_block_id=0) |
static | _deleteSettingsOfUser (int $a_user) |
static | _deleteSettingsOfBlock (int $a_block_id, string $a_block_type) |
static | cloneSettingsOfBlock (string $block_type, int $block_id, int $new_block_id) |
Static Public Attributes | |
static array | $setting = array() |
static bool | $pd_preloaded = false |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Block Setting class.
Definition at line 26 of file class.ilBlockSetting.php.
|
static |
Definition at line 214 of file class.ilBlockSetting.php.
Referenced by ilObject\delete().
|
static |
Definition at line 201 of file class.ilBlockSetting.php.
Referenced by ilObjUser\delete().
|
static |
Lookup setting from database.
Definition at line 37 of file class.ilBlockSetting.php.
References $DIC, $ilDB, $ilSetting, and ILIAS\LTI\ToolProvider\$key.
Referenced by ilObjectFeedWriter\__construct(), ilNewsItem\_getDefaultVisibilityForRefId(), _lookupSide(), ilNewsItem\_lookupUserPDPeriod(), ilNewsForContextBlockGUI\addToSettingsForm(), ilObjMediaCast\copyOrder(), ilNewsForContextTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilObjMediaCastGUI\getFeedLink(), ilNewsForContextBlockGUI\getHTML(), ilNewsItem\getNewsForRefId(), ilNewsForContextBlockGUI\handleView(), ilContainerNewsSettingsGUI\initForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilNewsItem\queryNewsForContext(), ilNewsItem\queryNewsForMultipleContexts(), ilNewsDataSet\readData(), ilMediaCastDataSet\readData(), and ilNewsForContextBlockGUI\showNews().
|
static |
Lookup detail level.
Definition at line 149 of file class.ilBlockSetting.php.
|
static |
Lookup side.
Definition at line 184 of file class.ilBlockSetting.php.
References _lookup().
Referenced by ilColumnGUI\determineBlocks().
|
static |
Write setting to database.
Definition at line 118 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 |
Definition at line 163 of file class.ilBlockSetting.php.
References _write().
Referenced by ilColumnGUI\activateBlock().
|
static |
Definition at line 172 of file class.ilBlockSetting.php.
References _write().
|
static |
Definition at line 192 of file class.ilBlockSetting.php.
References _write().
|
static |
Definition at line 229 of file class.ilBlockSetting.php.
References $DIC.
Referenced by ilContainer\_exportContainerSettings().
|
static |
Preload pd info.
Definition at line 76 of file class.ilBlockSetting.php.
References Vendor\Package\$b, $DIC, $ilDB, $ilUser, ILIAS\LTI\ToolProvider\$key, and ILIAS\LTI\ToolProvider\$settings.
Referenced by ilDashboardGUI\show().
|
static |
Definition at line 32 of file class.ilBlockSetting.php.
|
static |
Definition at line 31 of file class.ilBlockSetting.php.