ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
a suggested solution that links to some other object/place More...
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) | |
![]() | |
__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 |
![]() | |
int | $id |
int | $question_id |
int | $subquestion_index |
string | $import_id |
DateTimeImmutable | $last_update |
Additional Inherited Members | |
![]() | |
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\SuggestedSolutionLink\$internal_link, ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\$type, and ILIAS\GlobalScreen\Provider\__construct().
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().
ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink::getStorableValue | ( | ) |
Definition at line 52 of file SuggestedSolutionLink.php.
References ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink\getInternalLink().
ILIAS\TestQuestionPool\Questions\SuggestedSolution\SuggestedSolutionLink::getType | ( | ) |
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().