ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
test the suggested solution immutable(s) More...
Public Member Functions | |
getSolution (int $id, int $question_id, string $internal_link, string $import_id, int $subquestion_index, string $type, string $value, DateTimeImmutable $last_update) | |
![]() | |
__construct (\ilDBInterface $db) | |
create (int $question_id, string $type) | |
selectFor (int $question_id) | |
return SuggestedSolution[] More... | |
update (array $suggested_solutions) | |
delete (int $suggested_solution_id) | |
deleteForQuestion (int $question_id) | |
clone (int $source_question_id, int $target_question_id) | |
Additional Inherited Members | |
![]() | |
const | TABLE_SUGGESTED_SOLUTIONS = 'qpl_sol_sug' |
![]() | |
buildSuggestedSolution (int $id, int $question_id, string $internal_link, string $import_id, int $subquestion_index, string $type, string $value, \DateTimeImmutable $last_update) | |
getNow () | |
additionalOnDelete (int $question_id) | |
additionalOnStore (SuggestedSolution $solution) | |
![]() | |
ilDBInterface | $db |
test the suggested solution immutable(s)
Definition at line 33 of file SuggestedSolutionTest.php.
SuggestedSolutionRepoMock::getSolution | ( | int | $id, |
int | $question_id, | ||
string | $internal_link, | ||
string | $import_id, | ||
int | $subquestion_index, | ||
string | $type, | ||
string | $value, | ||
DateTimeImmutable | $last_update | ||
) |
Definition at line 35 of file SuggestedSolutionTest.php.