|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilBlockSetting: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.
References $ilDB.
Referenced by ilObject\delete().
Here is the caller graph for this function:
|
static |
Definition at line 201 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 37 of file class.ilBlockSetting.php.
References ILIAS\LTI\ToolProvider\$key.
Referenced by ilObjectFeedWriter\__construct(), ilNewsItem\_getDefaultVisibilityForRefId(), ilNewsItem\_lookupUserPDPeriod(), ilNewsForContextBlockGUI\addToSettingsForm(), ilNewsForContextTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilObjMediaCastGUI\getFeedLink(), ilNewsForContextBlockGUI\getHTML(), ilNewsForContextBlockGUI\handleView(), ilContainerNewsSettingsGUI\initForm(), ilObjMediaCastGUI\initSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilMediaCastDataSet\readData(), ilNewsDataSet\readData(), and ilNewsForContextBlockGUI\showNews().
Here is the caller graph for this function:
|
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.
Referenced by ilColumnGUI\determineBlocks().
Here is the caller graph for this function:
|
static |
Write setting to database.
Definition at line 118 of file class.ilBlockSetting.php.
Referenced by createProperties(), ilObjForum\createSettings(), ilNewsForContextBlockGUI\hideNotifications(), ilMediaCastDataSet\importRecord(), ilNewsDataSet\importRecord(), ilNewsForContextBlockGUI\saveSettings(), ilPDNewsBlockGUI\saveSettings(), ilObjMediaCastGUI\saveSettingsObject(), ilNewsForContextBlockGUI\showNotifications(), and ilNewsForContextBlockGUI\writeSettings().
Here is the caller graph for this function:
|
static |
Definition at line 163 of file class.ilBlockSetting.php.
Referenced by ilColumnGUI\activateBlock().
Here is the caller graph for this function:
|
static |
Definition at line 172 of file class.ilBlockSetting.php.
|
static |
Definition at line 192 of file class.ilBlockSetting.php.
|
static |
Definition at line 229 of file class.ilBlockSetting.php.
|
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().
Here is the caller graph for this function:
|
static |
Definition at line 32 of file class.ilBlockSetting.php.
|
static |
Definition at line 31 of file class.ilBlockSetting.php.