ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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.

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