ILIAS
release_8 Revision v8.19
|
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\TestQuestionPool\InternalRequestService\$upload, ILIAS\Repository\initRequest(), and ILIAS\TestQuestionPool\InternalRequestService\upload().
ILIAS\TestQuestionPool\InternalRequestService::getIds | ( | ) |
Definition at line 118 of file class.InternalRequestService.php.
References ILIAS\Repository\strArray().
ILIAS\TestQuestionPool\InternalRequestService::getParsedBody | ( | ) |
Definition at line 132 of file class.InternalRequestService.php.
References ILIAS\FileDelivery\http().
ILIAS\TestQuestionPool\InternalRequestService::getProcessedUploads | ( | ) |
Definition at line 45 of file class.InternalRequestService.php.
References $c, $index, ILIAS\FileDelivery\http(), ILIAS\TestQuestionPool\InternalRequestService\isset(), and ILIAS\TestQuestionPool\InternalRequestService\upload().
ILIAS\TestQuestionPool\InternalRequestService::getQuestionId | ( | ) |
Definition at line 112 of file class.InternalRequestService.php.
References ILIAS\Repository\int().
ILIAS\TestQuestionPool\InternalRequestService::getRefId | ( | ) |
Definition at line 102 of file class.InternalRequestService.php.
References ILIAS\Repository\int().
ILIAS\TestQuestionPool\InternalRequestService::getUnitCategoryIds | ( | ) |
Definition at line 148 of file class.InternalRequestService.php.
References ILIAS\Repository\intArray().
ILIAS\TestQuestionPool\InternalRequestService::getUnitIds | ( | ) |
Definition at line 140 of file class.InternalRequestService.php.
References ILIAS\Repository\intArray().
ILIAS\TestQuestionPool\InternalRequestService::hasQuestionId | ( | ) |
Definition at line 107 of file class.InternalRequestService.php.
References ILIAS\TestQuestionPool\InternalRequestService\raw().
ILIAS\TestQuestionPool\InternalRequestService::hasRefId | ( | ) |
Definition at line 97 of file class.InternalRequestService.php.
References ILIAS\TestQuestionPool\InternalRequestService\raw().
ILIAS\TestQuestionPool\InternalRequestService::isset | ( | string | $key | ) |
Definition at line 93 of file class.InternalRequestService.php.
References ILIAS\TestQuestionPool\InternalRequestService\raw().
Referenced by ILIAS\TestQuestionPool\InternalRequestService\getProcessedUploads().
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().
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().
|
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().