|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\TestQuestionPool\InternalRequestService:Public Member Functions | |
| __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, \ILIAS\FileUpload\FileUpload $upload) | |
| getProcessedUploads () | |
| upload () | |
| isset (string $key) | |
| hasRefId () | |
| getRefId () | |
| hasQuestionId () | |
| getQuestionId () | |
| getIds () | |
| raw (string $key) | |
| getParsedBody () | |
| getUnitIds () | |
| getUnitCategoryIds () | |
Protected Attributes | |
| ILIAS HTTP Services | $http |
| ILIAS FileUpload FileUpload | $upload |
Definition at line 23 of file class.InternalRequestService.php.
| ILIAS\TestQuestionPool\InternalRequestService::__construct | ( | \ILIAS\HTTP\Services | $http, |
| \ILIAS\Refinery\Factory | $refinery, | ||
| \ILIAS\FileUpload\FileUpload | $upload | ||
| ) |
Definition at line 30 of file class.InternalRequestService.php.
References ILIAS\Repository\$refinery, ILIAS\TestQuestionPool\InternalRequestService\$upload, ILIAS\Repository\initRequest(), and ILIAS\TestQuestionPool\InternalRequestService\upload().
Here is the call graph for this function:| ILIAS\TestQuestionPool\InternalRequestService::getIds | ( | ) |
Definition at line 118 of file class.InternalRequestService.php.
References ILIAS\Repository\strArray().
Here is the call graph for this function:| ILIAS\TestQuestionPool\InternalRequestService::getParsedBody | ( | ) |
Definition at line 132 of file class.InternalRequestService.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:| ILIAS\TestQuestionPool\InternalRequestService::getProcessedUploads | ( | ) |
Definition at line 45 of file class.InternalRequestService.php.
References ILIAS\TestQuestionPool\InternalRequestService\upload().
Here is the call graph for this function:| ILIAS\TestQuestionPool\InternalRequestService::getQuestionId | ( | ) |
Definition at line 112 of file class.InternalRequestService.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\TestQuestionPool\InternalRequestService::getRefId | ( | ) |
Definition at line 102 of file class.InternalRequestService.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\TestQuestionPool\InternalRequestService::getUnitCategoryIds | ( | ) |
Definition at line 148 of file class.InternalRequestService.php.
References ILIAS\Repository\intArray().
Here is the call graph for this function:| ILIAS\TestQuestionPool\InternalRequestService::getUnitIds | ( | ) |
Definition at line 140 of file class.InternalRequestService.php.
References ILIAS\Repository\intArray().
Here is the call graph for this function:| ILIAS\TestQuestionPool\InternalRequestService::hasQuestionId | ( | ) |
Definition at line 107 of file class.InternalRequestService.php.
References ILIAS\TestQuestionPool\InternalRequestService\raw().
Here is the call graph for this function:| ILIAS\TestQuestionPool\InternalRequestService::hasRefId | ( | ) |
Definition at line 97 of file class.InternalRequestService.php.
References ILIAS\TestQuestionPool\InternalRequestService\raw().
Here is the call graph for this function:| ILIAS\TestQuestionPool\InternalRequestService::isset | ( | string | $key | ) |
Definition at line 93 of file class.InternalRequestService.php.
References ILIAS\TestQuestionPool\InternalRequestService\raw().
Here is the call graph for this function:| ILIAS\TestQuestionPool\InternalRequestService::raw | ( | string | $key | ) |
Definition at line 126 of file class.InternalRequestService.php.
References ILIAS\LTI\ToolProvider\$key, and ILIAS\Repository\refinery().
Referenced by ILIAS\TestQuestionPool\InternalRequestService\hasQuestionId(), ILIAS\TestQuestionPool\InternalRequestService\hasRefId(), and ILIAS\TestQuestionPool\InternalRequestService\isset().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\TestQuestionPool\InternalRequestService::upload | ( | ) |
Definition at line 88 of file class.InternalRequestService.php.
References ILIAS\TestQuestionPool\InternalRequestService\$upload.
Referenced by ILIAS\TestQuestionPool\InternalRequestService\__construct(), and ILIAS\TestQuestionPool\InternalRequestService\getProcessedUploads().
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.InternalRequestService.php.
|
protected |
Definition at line 28 of file class.InternalRequestService.php.
Referenced by ILIAS\TestQuestionPool\InternalRequestService\__construct(), and ILIAS\TestQuestionPool\InternalRequestService\upload().