|
ILIAS
Release_3_10_x_branch Revision 61812
|
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 | |
Static Public Member Functions | |
| static | _lookupSortMode ($a_obj_id) |
| lookup sort mode | |
| static | _cloneSettings ($a_old_id, $a_new_id) |
| Clone settings. | |
Protected Attributes | |
| $obj_id | |
| $sort_mode | |
| $db | |
Private Member Functions | |
| read () | |
| read settings | |
Definition at line 33 of file class.ilContainerSortingSettings.php.
| ilContainerSortingSettings::__construct | ( | $a_obj_id | ) |
Constructor.
public
Definition at line 47 of file class.ilContainerSortingSettings.php.
References read().
Here is the call graph for this function:
|
static |
Clone settings.
public
| int | orig obj_id @þaram int new obj_id |
Definition at line 111 of file class.ilContainerSortingSettings.php.
| ilContainerSortingSettings::_isManualSortingEnabled | ( | $a_obj_id | ) |
is manual sorting enabled
public
| int | obj_id |
Definition at line 97 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 caller graph for this function:
|
static |
lookup sort mode
public
| int | obj_id |
Definition at line 65 of file class.ilContainerSortingSettings.php.
References $ref_id, $res, ilObject\_getAllReferences(), ilObject\_lookupObjId(), DB_FETCHMODE_OBJECT, and ilContainer\SORT_TITLE.
Referenced by _isManualSortingEnabled(), ilContainerGUI\addStandardRow(), ilObjFolder\read(), ilContainerSorting\read(), ilObjGroup\read(), and ilContainer\read().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerSortingSettings::getSortMode | ( | ) |
get sort mode
public
Definition at line 136 of file class.ilContainerSortingSettings.php.
|
private |
read settings
private
Definition at line 188 of file class.ilContainerSortingSettings.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by __construct().
Here is the caller graph for this function:| ilContainerSortingSettings::save | ( | ) |
save settings
public
Definition at line 173 of file class.ilContainerSortingSettings.php.
| ilContainerSortingSettings::setSortMode | ( | $a_mode | ) |
set sort mode
public
| int | MODE_TITLE | MODE_MANUAL | MODE_ACTIVATION |
Definition at line 148 of file class.ilContainerSortingSettings.php.
Referenced by ilContainer\cloneObject(), ilObjCategoryGUI\saveObject(), ilObjRootFolderGUI\updateObject(), and ilObjCategoryGUI\updateObject().
Here is the caller graph for this function:| ilContainerSortingSettings::update | ( | ) |
Update.
public
Definition at line 159 of file class.ilContainerSortingSettings.php.
|
protected |
Definition at line 38 of file class.ilContainerSortingSettings.php.
|
protected |
Definition at line 35 of file class.ilContainerSortingSettings.php.
|
protected |
Definition at line 36 of file class.ilContainerSortingSettings.php.