| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilWorkspaceFolderSorting:Public Member Functions | |
| __construct (ilLanguage $lng=null) | |
| getOptionsByType (string $wsp_type, int $selected, int $parent_effective) | |
| sortNodes (array $nodes, int $sorting) | |
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) | |
Protected Attributes | |
| ilLanguage | $lng | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilWorkspaceFolderSorting.php.
| ilWorkspaceFolderSorting::__construct | ( | ilLanguage | $lng = null | ) | 
Definition at line 29 of file class.ilWorkspaceFolderSorting.php.
References $DIC, and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 65 of file class.ilWorkspaceFolderSorting.php.
References ILIAS\Repository\lng().
Referenced by getOptionsByType().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilWorkspaceFolderSorting::getOptionsByType | ( | string | $wsp_type, | 
| int | $selected, | ||
| int | $parent_effective | ||
| ) | 
Definition at line 40 of file class.ilWorkspaceFolderSorting.php.
References getLabel(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilWorkspaceFolderSorting::sortNodes | ( | array | $nodes, | 
| int | $sorting | ||
| ) | 
Definition at line 77 of file class.ilWorkspaceFolderSorting.php.
References ilArrayUtil\sortArray().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 27 of file class.ilWorkspaceFolderSorting.php.
| const ilWorkspaceFolderSorting::SORT_ALPHABETICAL_ASC = 1 | 
Definition at line 22 of file class.ilWorkspaceFolderSorting.php.
Referenced by ilWorkspaceFolderUserSettings\getEffectiveSortation(), and ilWorkspaceFolderUserSettings\getSortation().
| const ilWorkspaceFolderSorting::SORT_ALPHABETICAL_DESC = 2 | 
Definition at line 23 of file class.ilWorkspaceFolderSorting.php.
| const ilWorkspaceFolderSorting::SORT_CREATION_ASC = 3 | 
Definition at line 24 of file class.ilWorkspaceFolderSorting.php.
| const ilWorkspaceFolderSorting::SORT_CREATION_DESC = 4 | 
Definition at line 25 of file class.ilWorkspaceFolderSorting.php.
| const ilWorkspaceFolderSorting::SORT_DERIVED = 0 | 
Definition at line 21 of file class.ilWorkspaceFolderSorting.php.
Referenced by ilWorkspaceFolderUserSettings\getSortation().