$attemptsadded | question_engine_unit_of_work | protected |
$attemptsdeleted | question_engine_unit_of_work | protected |
$attemptsmodified | question_engine_unit_of_work | protected |
$metadataadded | question_engine_unit_of_work | protected |
$metadatamodified | question_engine_unit_of_work | protected |
$modified | question_engine_unit_of_work | protected |
$quba | question_engine_unit_of_work | protected |
$stepsadded | question_engine_unit_of_work | protected |
$stepsdeleted | question_engine_unit_of_work | protected |
$stepsmodified | question_engine_unit_of_work | protected |
__construct(question_usage_by_activity $quba) | question_engine_unit_of_work | |
is_step_added(question_attempt_step $step) | question_engine_unit_of_work | protected |
is_step_deleted(question_attempt_step $step) | question_engine_unit_of_work | protected |
is_step_modified(question_attempt_step $step) | question_engine_unit_of_work | protected |
notify_attempt_added(question_attempt $qa) | question_engine_unit_of_work | |
notify_attempt_modified(question_attempt $qa) | question_engine_unit_of_work | |
notify_attempt_moved(question_attempt $qa, $oldslot) | question_engine_unit_of_work | |
notify_metadata_added(question_attempt $qa, $name) | question_engine_unit_of_work | |
notify_metadata_modified(question_attempt $qa, $name) | question_engine_unit_of_work | |
notify_modified() | question_engine_unit_of_work | |
notify_step_added(question_attempt_step $step, question_attempt $qa, $seq) | question_engine_unit_of_work | |
notify_step_deleted(question_attempt_step $step, question_attempt $qa) | question_engine_unit_of_work | |
notify_step_modified(question_attempt_step $step, question_attempt $qa, $seq) | question_engine_unit_of_work | |
save(question_engine_data_mapper $dm) | question_engine_unit_of_work | |