| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Collaboration diagram for ilContainerSortingSettings:
 Collaboration diagram for ilContainerSortingSettings:| Public Member Functions | |
| __construct ($a_obj_id) | |
| Constructor. | |
| _isManualSortingEnabled ($a_obj_id) | |
| is manual sorting enabled | |
| getSortMode () | |
| get sort mode | |
| setSortMode ($a_mode) | |
| set sort mode | |
| update () | |
| Update. | |
| save () | |
| save settings | |
| delete () | |
| Delete setting. | |
| Static Public Member Functions | |
| static | _readSortMode ($a_obj_id) | 
| static | _lookupSortMode ($a_obj_id) | 
| lookup sort mode | |
| static | lookupSortModeFromParentContainer ($a_obj_id) | 
| Lookup sort mode from parent container. | |
| static | _cloneSettings ($a_old_id, $a_new_id) | 
| Clone settings. | |
| static | sortModeToString ($a_sort_mode) | 
| get String representation of sort mode | |
| Protected Member Functions | |
| read () | |
| read settings | |
| Protected Attributes | |
| $obj_id | |
| $sort_mode | |
| $db | |
Definition at line 35 of file class.ilContainerSortingSettings.php.
| ilContainerSortingSettings::__construct | ( | $a_obj_id | ) | 
Constructor.
public
Definition at line 49 of file class.ilContainerSortingSettings.php.
References read().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Clone settings.
public
| int | orig obj_id @þaram int new obj_id | 
Definition at line 163 of file class.ilContainerSortingSettings.php.
References $ilLog, $query, $res, and $row.
| ilContainerSortingSettings::_isManualSortingEnabled | ( | $a_obj_id | ) | 
is manual sorting enabled
public
| int | obj_id | 
Definition at line 149 of file class.ilContainerSortingSettings.php.
References _lookupSortMode(), and ilContainer\SORT_MANUAL.
Referenced by ilContainerSorting\read().
 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 sort mode
public
| int | obj_id | 
Definition at line 83 of file class.ilContainerSortingSettings.php.
References $query, $res, $row, DB_FETCHMODE_OBJECT, lookupSortModeFromParentContainer(), and ilContainer\SORT_INHERIT.
Referenced by _isManualSortingEnabled(), ilObjLinkResourceGUI\activateTabs(), ilContainerGUI\addStandardRow(), ilObjLinkResourceGUI\initFormSettings(), ilWebResourceLinkTableGUI\initSorting(), ilObjFolder\read(), ilContainerSorting\read(), ilObjGroup\read(), ilContainer\read(), ilLinkResourceItems\sortItems(), and ilObjLinkResource\toXML().
 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 | 
Definition at line 59 of file class.ilContainerSortingSettings.php.
References $query, $res, $row, DB_FETCHMODE_OBJECT, and ilContainer\SORT_INHERIT.
Referenced by lookupSortModeFromParentContainer().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilContainerSortingSettings::delete | ( | ) | 
Delete setting.
Definition at line 249 of file class.ilContainerSortingSettings.php.
References $query.
| ilContainerSortingSettings::getSortMode | ( | ) | 
get sort mode
public
Definition at line 193 of file class.ilContainerSortingSettings.php.
Referenced by ilObjFolderGUI\getEditFormCustomValues().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Lookup sort mode from parent container.
| object | $a_obj_id | 
Definition at line 107 of file class.ilContainerSortingSettings.php.
References $ref_id, $sort_mode, ilObject\_getAllReferences(), ilObject\_lookupObjId(), ilObject\_lookupType(), _readSortMode(), ilContainer\SORT_INHERIT, and ilContainer\SORT_TITLE.
Referenced by _lookupSortMode(), ilObjFolderGUI\initEditCustomForm(), and ilObjGroupGUI\initForm().
 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:| 
 | protected | 
read settings
private
Definition at line 264 of file class.ilContainerSortingSettings.php.
References $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilContainerSortingSettings::save | ( | ) | 
save settings
public
Definition at line 233 of file class.ilContainerSortingSettings.php.
Referenced by update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilContainerSortingSettings::setSortMode | ( | $a_mode | ) | 
set sort mode
public
| int | MODE_TITLE | MODE_MANUAL | MODE_ACTIVATION | 
Definition at line 205 of file class.ilContainerSortingSettings.php.
Referenced by ilObjFolderGUI\afterSave(), ilObjCategoryGUI\afterSave(), ilContainer\cloneObject(), ilObjGroupGUI\saveObject(), ilObjLinkResourceGUI\saveSettings(), ilObjFolderGUI\updateCustom(), ilObjRootFolderGUI\updateObject(), ilObjGroupGUI\updateObject(), and ilObjCategoryGUI\updateObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
get String representation of sort mode
| int | $a_sort_mode | 
Definition at line 287 of file class.ilContainerSortingSettings.php.
References $lng, ilContainer\SORT_ACTIVATION, ilContainer\SORT_MANUAL, and ilContainer\SORT_TITLE.
Referenced by ilObjFolderGUI\initEditCustomForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilContainerSortingSettings::update | ( | ) | 
| 
 | protected | 
Definition at line 40 of file class.ilContainerSortingSettings.php.
| 
 | protected | 
Definition at line 37 of file class.ilContainerSortingSettings.php.
| 
 | protected | 
Definition at line 38 of file class.ilContainerSortingSettings.php.
Referenced by lookupSortModeFromParentContainer().