ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Test\Results\Toplist Namespace Reference

Data Structures

class  DataRetrieval
 
class  TestTopListRepository
 

Enumerations

enum  TopListOrder : string { getLabel }
 
enum  TopListType : string { USER = "user" }
 

Enumeration Type Documentation

◆ TopListOrder

Enumerator
getLabel 

Definition at line 23 of file TopListOrder.php.

23  : string
24 {
25  case BY_SCORE = 'score';
26  case BY_TIME = 'time';
27 
28  public function getLabel(): string
29  {
30  return $this->value;
31  }
32 }

◆ TopListType

Enumerator
USER 

Definition at line 23 of file TopListType.php.

23  : string
24 {
25  case GENERAL = "general";
26  case USER = "user";
27 }