|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
a suggested solution that links to some other object/place More...
Inheritance diagram for ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink:
Collaboration diagram for ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink:Public Member Functions | |
| __construct (int $id, int $question_id, int $subquestion_index, string $import_id, \DateTimeImmutable $last_update, string $type, string $internal_link) | |
| getType () | |
| getStorableValue () | |
| getInternalLink () | |
| withInternalLink (string $internal_link) | |
Public Member Functions inherited from ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolution | |
| __construct (int $id, int $question_id, int $subquestion_index, string $import_id, \DateTimeImmutable $last_update) | |
| getType () | |
| getStorableValue () | |
| getId () | |
| withId (int $id) | |
| getQuestionId () | |
| withQuestionId (int $question_id) | |
| getImportId () | |
| withImportId (string $import_id) | |
| getSubquestionIndex () | |
| withSubquestionIndex (int $subquestion_index) | |
| getLastUpdate () | |
| isOfTypeFile () | |
| isOfTypeLink () | |
Protected Attributes | |
| string | $type |
| string | $internal_link |
Protected Attributes inherited from ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolution | |
| int | $id |
| int | $question_id |
| int | $subquestion_index |
| string | $import_id |
| DateTimeImmutable | $last_update |
Additional Inherited Members | |
Data Fields inherited from ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolution | |
| const | TYPE_LM = 'lm' |
| const | TYPE_LM_CHAPTER = 'st' |
| const | TYPE_LM_PAGE = 'pg' |
| const | TYPE_GLOSARY_TERM = 'git' |
| const | TYPE_FILE = 'file' |
| const | TYPES |
a suggested solution that links to some other object/place
Definition at line 28 of file SuggestedSolutionLink.php.
| ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink::__construct | ( | int | $id, |
| int | $question_id, | ||
| int | $subquestion_index, | ||
| string | $import_id, | ||
| \DateTimeImmutable | $last_update, | ||
| string | $type, | ||
| string | $internal_link | ||
| ) |
Definition at line 33 of file SuggestedSolutionLink.php.
References ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolution\$id, ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolution\$import_id, ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\$internal_link, ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolution\$last_update, ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolution\$question_id, ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolution\$subquestion_index, ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\$type, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink::getInternalLink | ( | ) |
Definition at line 57 of file SuggestedSolutionLink.php.
References ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\$internal_link.
Referenced by ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\getStorableValue().
Here is the caller graph for this function:| ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink::getStorableValue | ( | ) |
Reimplemented from ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolution.
Definition at line 52 of file SuggestedSolutionLink.php.
References ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\getInternalLink().
Here is the call graph for this function:| ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink::getType | ( | ) |
Reimplemented from ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolution.
Definition at line 47 of file SuggestedSolutionLink.php.
References ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\$type.
| ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink::withInternalLink | ( | string | $internal_link | ) |
Definition at line 61 of file SuggestedSolutionLink.php.
References ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\$internal_link.
|
protected |
Definition at line 31 of file SuggestedSolutionLink.php.
Referenced by ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\__construct(), ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\getInternalLink(), and ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\withInternalLink().
|
protected |
Definition at line 30 of file SuggestedSolutionLink.php.
Referenced by ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\__construct(), and ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\getType().