ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (ilLanguage $lng=null) | |
Constructor. More... | |
getOptionsByType ($wsp_type, $selected, $parent_effective) | |
Get options by type. More... | |
sortNodes ($nodes, $sorting) | |
Sort nodes. More... | |
Data Fields | |
const | SORT_DERIVED = 0 |
const | SORT_ALPHABETICAL_ASC = 1 |
const | SORT_ALPHABETICAL_DESC = 2 |
const | SORT_CREATION_ASC = 3 |
const | SORT_CREATION_DESC = 4 |
Protected Member Functions | |
getLabel (int $option) | |
Get label. More... | |
Protected Attributes | |
$lng | |
Definition at line 11 of file class.ilWorkspaceFolderSorting.php.
ilWorkspaceFolderSorting::__construct | ( | ilLanguage | $lng = null | ) |
|
protected |
Get label.
int | $option |
Definition at line 74 of file class.ilWorkspaceFolderSorting.php.
Referenced by getOptionsByType().
ilWorkspaceFolderSorting::getOptionsByType | ( | $wsp_type, | |
$selected, | |||
$parent_effective | |||
) |
Get options by type.
$wsp_type | |
$selected | |
$parent_effective |
Definition at line 46 of file class.ilWorkspaceFolderSorting.php.
References getLabel().
ilWorkspaceFolderSorting::sortNodes | ( | $nodes, | |
$sorting | |||
) |
Sort nodes.
$nodes | |
$sorting |
Definition at line 93 of file class.ilWorkspaceFolderSorting.php.
References ilUtil\sortArray().
|
protected |
Definition at line 22 of file class.ilWorkspaceFolderSorting.php.
Referenced by __construct().
const ilWorkspaceFolderSorting::SORT_ALPHABETICAL_ASC = 1 |
Definition at line 14 of file class.ilWorkspaceFolderSorting.php.
Referenced by ilWorkspaceFolderUserSettings\getEffectiveSortation(), and ilWorkspaceFolderUserSettings\getSortation().
const ilWorkspaceFolderSorting::SORT_ALPHABETICAL_DESC = 2 |
Definition at line 15 of file class.ilWorkspaceFolderSorting.php.
const ilWorkspaceFolderSorting::SORT_CREATION_ASC = 3 |
Definition at line 16 of file class.ilWorkspaceFolderSorting.php.
const ilWorkspaceFolderSorting::SORT_CREATION_DESC = 4 |
Definition at line 17 of file class.ilWorkspaceFolderSorting.php.
const ilWorkspaceFolderSorting::SORT_DERIVED = 0 |
Definition at line 13 of file class.ilWorkspaceFolderSorting.php.
Referenced by ilWorkspaceFolderUserSettings\getSortation().