|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
a suggested solution that links to some other object/place More...
Inheritance diagram for ILIAS\TA\Questions\assSuggestedSolutionLink:
Collaboration diagram for ILIAS\TA\Questions\assSuggestedSolutionLink: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\TA\Questions\assQuestionSuggestedSolution | |
| __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\TA\Questions\assQuestionSuggestedSolution | |
| int | $id |
| int | $question_id |
| int | $subquestion_index |
| string | $import_id |
| DateTimeImmutable | $last_update |
Additional Inherited Members | |
Data Fields inherited from ILIAS\TA\Questions\assQuestionSuggestedSolution | |
| 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 27 of file assSuggestedSolutionLink.php.
| ILIAS\TA\Questions\assSuggestedSolutionLink::__construct | ( | int | $id, |
| int | $question_id, | ||
| int | $subquestion_index, | ||
| string | $import_id, | ||
| \DateTimeImmutable | $last_update, | ||
| string | $type, | ||
| string | $internal_link | ||
| ) |
Definition at line 32 of file assSuggestedSolutionLink.php.
References ILIAS\TA\Questions\assSuggestedSolutionLink\$internal_link, ILIAS\TA\Questions\assSuggestedSolutionLink\$type, and ILIAS\MetaData\Repository\Validation\Data\__construct().
Here is the call graph for this function:| ILIAS\TA\Questions\assSuggestedSolutionLink::getInternalLink | ( | ) |
Definition at line 56 of file assSuggestedSolutionLink.php.
References ILIAS\TA\Questions\assSuggestedSolutionLink\$internal_link.
Referenced by ILIAS\TA\Questions\assSuggestedSolutionLink\getStorableValue().
Here is the caller graph for this function:| ILIAS\TA\Questions\assSuggestedSolutionLink::getStorableValue | ( | ) |
Definition at line 51 of file assSuggestedSolutionLink.php.
References ILIAS\TA\Questions\assSuggestedSolutionLink\getInternalLink().
Here is the call graph for this function:| ILIAS\TA\Questions\assSuggestedSolutionLink::getType | ( | ) |
Definition at line 46 of file assSuggestedSolutionLink.php.
References ILIAS\TA\Questions\assSuggestedSolutionLink\$type.
| ILIAS\TA\Questions\assSuggestedSolutionLink::withInternalLink | ( | string | $internal_link | ) |
Definition at line 60 of file assSuggestedSolutionLink.php.
References ILIAS\TA\Questions\assSuggestedSolutionLink\$internal_link.
|
protected |
Definition at line 30 of file assSuggestedSolutionLink.php.
Referenced by ILIAS\TA\Questions\assSuggestedSolutionLink\__construct(), ILIAS\TA\Questions\assSuggestedSolutionLink\getInternalLink(), and ILIAS\TA\Questions\assSuggestedSolutionLink\withInternalLink().
|
protected |
Definition at line 29 of file assSuggestedSolutionLink.php.
Referenced by ILIAS\TA\Questions\assSuggestedSolutionLink\__construct(), and ILIAS\TA\Questions\assSuggestedSolutionLink\getType().