| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Code that deals with logging stuff during the question engine upgrade.
| Copyright: | 2010 The Open University |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 95 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
question_engine_assumption_logger:: (4 methods):
__construct()
set_current_attempt_id()
log_assumption()
__destruct()
dummy_question_engine_assumption_logger:: (3 methods):
__construct()
log_assumption()
__destruct()
Class: question_engine_assumption_logger - X-Ref
This class serves to record all the assumptions that the code had to make| __construct() X-Ref |
| No description |
| set_current_attempt_id($id) X-Ref |
| No description |
| log_assumption($description, $quizattemptid = null) X-Ref |
| No description |
| __destruct() X-Ref |
| No description |
Class: dummy_question_engine_assumption_logger - X-Ref
Subclass of question_engine_assumption_logger that does nothing, for testing.| __construct() X-Ref |
| No description |
| log_assumption($description, $quizattemptid = null) X-Ref |
| No description |
| __destruct() X-Ref |
| No description |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |