ILIAS
release_4-3 Revision
|
Public Member Functions | |
__construct ($unOrderedTypes, $orderMode=self::ORDER_MODE_ALPHA) | |
Constructor. | |
getOrderedTypes () | |
getter for ordered question types | |
fixQuestionTypeOrderSortCallback ($a, $b) | |
custom sort callback for ordering the question types |
Data Fields | |
const | ORDER_MODE_FIX = 'fix' |
order mode with fixed priority for ordering | |
const | ORDER_MODE_ALPHA = 'alpha' |
order mode that orders by alphanumerical priority |
Static Public Attributes | |
static | $fixQuestionTypeOrder |
static | $flippedQuestionTypeOrder = null |
Definition at line 14 of file class.ilAssQuestionTypeOrderer.php.
ilAssQuestionTypeOrderer::__construct | ( | $unOrderedTypes, | |
$orderMode = self::ORDER_MODE_ALPHA |
|||
) |
Constructor.
array | $unOrderedTypes | |
string | $orderMode |
ilTestQuestionPoolException |
Definition at line 66 of file class.ilAssQuestionTypeOrderer.php.
ilAssQuestionTypeOrderer::fixQuestionTypeOrderSortCallback | ( | $a, | |
$b | |||
) |
custom sort callback for ordering the question types
public
array | $a | |
array | $b |
Definition at line 108 of file class.ilAssQuestionTypeOrderer.php.
ilAssQuestionTypeOrderer::getOrderedTypes | ( | ) |
getter for ordered question types
Definition at line 95 of file class.ilAssQuestionTypeOrderer.php.
|
static |
Definition at line 31 of file class.ilAssQuestionTypeOrderer.php.
|
static |
Definition at line 57 of file class.ilAssQuestionTypeOrderer.php.
const ilAssQuestionTypeOrderer::ORDER_MODE_ALPHA = 'alpha' |
order mode that orders by alphanumerical priority
Definition at line 24 of file class.ilAssQuestionTypeOrderer.php.
Referenced by ilObjQuestionPool\_getQuestionTypes().
const ilAssQuestionTypeOrderer::ORDER_MODE_FIX = 'fix' |
order mode with fixed priority for ordering
Definition at line 19 of file class.ilAssQuestionTypeOrderer.php.
Referenced by ilObjQuestionPool\_getQuestionTypes().