|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Block Setting class. 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 |
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 |
|
static |
Lookup setting from database.
Definition at line 37 of file class.ilBlockSetting.php.
Referenced by ilObjectFeedWriter\__construct(), ilNewsItem\_getDefaultVisibilityForRefId(), ilNewsItem\_lookupUserPDPeriod(), ilNewsForContextBlockGUI\addToSettingsForm(), ilNewsForContextTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ILIAS\MediaCast\Settings\SettingsGUI\getEditForm(), ilObjMediaCastGUI\getFeedLink(), ilNewsForContextBlockGUI\getHTML(), ilNewsForContextBlockGUI\handleView(), ilContainerNewsSettingsGUI\initForm(), 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(), ILIAS\MediaCast\Settings\SettingsGUI\save(), ILIAS\MediaPool\Settings\SettingsGUI\save(), ilNewsForContextBlockGUI\saveSettings(), ilPDNewsBlockGUI\saveSettings(), 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, $q, and $user_id.
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.