|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| __construct ($logger) | |
| get_question ($questionid, $quizid) | |
| load_dataset ($questionid, $selecteditem) | |
Protected Member Functions | |
| load_question ($questionid, $quizid) | |
This class deals with loading (and caching) question definitions during the question engine upgrade.
Definition at line 454 of file upgradelib.php.
| __construct | ( | $ | logger | ) |
Definition at line 458 of file upgradelib.php.
| get_question | ( | $ | questionid, |
| $ | quizid | ||
| ) |
| load_dataset | ( | $ | questionid, |
| $ | selecteditem | ||
| ) |
Reimplemented in test_question_engine_upgrade_question_loader.
Definition at line 522 of file upgradelib.php.
| load_question | ( | $ | questionid, |
| $ | quizid | ||
| ) | [protected] |
Reimplemented in test_question_engine_upgrade_question_loader.
Definition at line 462 of file upgradelib.php.

