| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Block Setting class. More...
 Collaboration diagram for ilBlockSetting:
 Collaboration diagram for ilBlockSetting:| Public Member Functions | |
| preloadPDBlockSettings () | |
| Preload pd info. | |
| Static Public Member Functions | |
| static | _lookup ($a_type, $a_setting, $a_user=0, $a_block_id=0) | 
| Lookup setting from database. | |
| static | _write ($a_type, $a_setting, $a_value, $a_user=0, $a_block_id=0) | 
| Write setting to database. | |
| static | _lookupDetailLevel ($a_type, $a_user=0, $a_block_id=0) | 
| Lookup detail level. | |
| static | _writeDetailLevel ($a_type, $a_value, $a_user=0, $a_block_id=0) | 
| Write detail level to database. | |
| static | _lookupNr ($a_type, $a_user=0, $a_block_id=0) | 
| Lookup number. | |
| static | _writeNumber ($a_type, $a_value, $a_user=0, $a_block_id=0) | 
| Write number to database. | |
| static | _lookupSide ($a_type, $a_user=0, $a_block_id=0) | 
| Lookup side. | |
| static | _writeSide ($a_type, $a_value, $a_user=0, $a_block_id=0) | 
| Write side to database. | |
| static | _deleteSettingsOfUser ($a_user) | 
| Delete block settings of user. | |
| static | _deleteSettingsOfBlock ($a_block_id, $a_block_type) | 
| Delete block settings of block. | |
| Static Public Attributes | |
| static | $setting = array() | 
| static | $pd_preloaded = false | 
| 
 | static | 
Delete block settings of block.
Definition at line 224 of file class.ilBlockSetting.php.
References $ilDB.
Referenced by ilObjExternalFeed\delete(), and ilObject\delete().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Delete block settings of user.
Definition at line 209 of file class.ilBlockSetting.php.
References $ilDB.
Referenced by ilObjUser\delete().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Lookup setting from database.
Definition at line 40 of file class.ilBlockSetting.php.
References $ilDB.
Referenced by ilNewsItem\_getDefaultVisibilityForRefId(), _lookupDetailLevel(), _lookupNr(), _lookupSide(), ilNewsItem\_lookupUserPDPeriod(), ilNewsForContextTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilNewsForContextBlockGUI\getHTML(), ilNewsItem\getNewsForRefId(), ilNewsForContextBlockGUI\handleView(), ilObjectFeedWriter\ilObjectFeedWriter(), ilNewsForContextBlockGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilObjMediaCastGUI\listItemsObject(), ilNewsItem\queryNewsForContext(), ilNewsItem\queryNewsForMultipleContexts(), and ilNewsForContextBlockGUI\showNews().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Lookup detail level.
Definition at line 142 of file class.ilBlockSetting.php.
References _lookup().
Referenced by ilColumnGUI\addHiddenBlockSelector(), ilBlockGUI\handleDetailLevel(), ilColumnGUI\moveBlock(), and ilColumnGUI\showBlocks().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Lookup number.
Definition at line 169 of file class.ilBlockSetting.php.
References _lookup().
Referenced by ilColumnGUI\determineBlocks().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Lookup side.
Definition at line 189 of file class.ilBlockSetting.php.
References _lookup().
Referenced by ilColumnGUI\determineBlocks().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Write setting to database.
Definition at line 121 of file class.ilBlockSetting.php.
References $ilDB.
Referenced by _writeDetailLevel(), _writeNumber(), _writeSide(), ilObjFile\createProperties(), ilObjForum\createSettings(), ilNewsForContextBlockGUI\hideNotifications(), ilPDNewsBlockGUI\saveSettings(), ilNewsForContextBlockGUI\saveSettings(), ilObjMediaCastGUI\saveSettingsObject(), and ilNewsForContextBlockGUI\showNotifications().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Write detail level to database.
Definition at line 160 of file class.ilBlockSetting.php.
References _write().
Referenced by ilColumnGUI\activateBlock(), and ilBlockGUI\handleDetailLevel().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Write number to database.
Definition at line 180 of file class.ilBlockSetting.php.
References _write().
Referenced by ilColumnGUI\moveBlock().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Write side to database.
Definition at line 200 of file class.ilBlockSetting.php.
References _write().
Referenced by ilColumnGUI\moveBlock().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilBlockSetting::preloadPDBlockSettings | ( | ) | 
Preload pd info.
| @return | 
Definition at line 74 of file class.ilBlockSetting.php.
References $ilDB.
Referenced by ilPersonalDesktopGUI\show().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 34 of file class.ilBlockSetting.php.
| 
 | static | 
Definition at line 33 of file class.ilBlockSetting.php.