ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($unOrderedTypes, $orderMode=self::ORDER_MODE_ALPHA) | |
Constructor. More... | |
getOrderedTypes () | |
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 |
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 70 of file class.ilAssQuestionTypeOrderer.php.
References array.
ilAssQuestionTypeOrderer::fixQuestionTypeOrderSortCallback | ( | $a, | |
$b | |||
) |
custom sort callback for ordering the question types
public
array | $a | |
array | $b |
Definition at line 113 of file class.ilAssQuestionTypeOrderer.php.
ilAssQuestionTypeOrderer::getOrderedTypes | ( | ) |
getter for ordered question types
Definition at line 100 of file class.ilAssQuestionTypeOrderer.php.
|
static |
Definition at line 31 of file class.ilAssQuestionTypeOrderer.php.
|
static |
Definition at line 61 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().