|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilAssQuestionTypeOrderer:Public Member Functions | |
| __construct ($unOrderedTypes, $orderMode=self::ORDER_MODE_ALPHA) | |
| Constructor. More... | |
| getOrderedTypes ($withDeprecatedTypes=true) | |
| getter for ordered question types More... | |
| fixQuestionTypeOrderSortCallback ($a, $b) | |
| custom sort callback for ordering the question types More... | |
Data Fields | |
| const | ORDER_MODE_FIX = 'fix' |
| order mode with fixed priority for ordering More... | |
| const | ORDER_MODE_ALPHA = 'alpha' |
| order mode that orders by alphanumerical priority More... | |
Static Public Attributes | |
| static | $fixQuestionTypeOrder |
| static | $flippedQuestionTypeOrder = null |
Protected Attributes | |
| $deprecatedTypes | |
Private Attributes | |
| array | $types |
Definition at line 29 of file class.ilAssQuestionTypeOrderer.php.
| ilAssQuestionTypeOrderer::__construct | ( | $unOrderedTypes, | |
$orderMode = self::ORDER_MODE_ALPHA |
|||
| ) |
Constructor.
| array | $unOrderedTypes | |
| string | $orderMode |
| ilTestQuestionPoolException |
Definition at line 89 of file class.ilAssQuestionTypeOrderer.php.
References ORDER_MODE_ALPHA, and ORDER_MODE_FIX.
| ilAssQuestionTypeOrderer::fixQuestionTypeOrderSortCallback | ( | $a, | |
| $b | |||
| ) |
custom sort callback for ordering the question types
@access public
| array | $a | |
| array | $b |
Definition at line 146 of file class.ilAssQuestionTypeOrderer.php.
References Vendor\Package\$a, and Vendor\Package\$b.
| ilAssQuestionTypeOrderer::getOrderedTypes | ( | $withDeprecatedTypes = true | ) |
getter for ordered question types
Definition at line 119 of file class.ilAssQuestionTypeOrderer.php.
References $types.
|
protected |
Definition at line 72 of file class.ilAssQuestionTypeOrderer.php.
|
static |
Definition at line 46 of file class.ilAssQuestionTypeOrderer.php.
|
static |
Definition at line 80 of file class.ilAssQuestionTypeOrderer.php.
|
private |
Definition at line 67 of file class.ilAssQuestionTypeOrderer.php.
Referenced by getOrderedTypes().
| const ilAssQuestionTypeOrderer::ORDER_MODE_ALPHA = 'alpha' |
order mode that orders by alphanumerical priority
Definition at line 39 of file class.ilAssQuestionTypeOrderer.php.
Referenced by __construct(), and ilObjQuestionPool\_getQuestionTypes().
| const ilAssQuestionTypeOrderer::ORDER_MODE_FIX = 'fix' |
order mode with fixed priority for ordering
Definition at line 34 of file class.ilAssQuestionTypeOrderer.php.
Referenced by __construct(), and ilObjQuestionPool\_getQuestionTypes().