|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\TestQuestionPool\RequestDataCollector:Public Member Functions | |
| __construct (Services $http, Factory $refinery, protected readonly FileUpload $upload) | |
| getProcessedUploads () | |
| upload () | |
| isset (string $key) | |
| hasRefId () | |
| getRefId () | |
| hasQuestionId () | |
| getQuestionId () | |
| getIds () | |
| raw (string $key) | |
| float (string $key) | |
| string (string $key) | |
| bool (string $key) | |
| getParsedBody () | |
| getUnitIds () | |
| getUnitCategoryIds () | |
| getMatchingPairs () | |
| getPostKeys () | |
| getCmdIndex (string $key) | |
| strArray (string $key, int $depth=1) | |
| floatArray (string $key) | |
| intArray (string $key) | |
| rawArray (string $key) | |
Private Member Functions | |
| retrieveArray (string $key, int $depth, Transformation $transformation) | |
Definition at line 30 of file RequestDataCollector.php.
| ILIAS\TestQuestionPool\RequestDataCollector::__construct | ( | Services | $http, |
| Factory | $refinery, | ||
| protected readonly FileUpload | $upload | ||
| ) |
Definition at line 34 of file RequestDataCollector.php.
References ILIAS\Repository\initRequest().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::bool | ( | string | $key | ) |
Definition at line 149 of file RequestDataCollector.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::float | ( | string | $key | ) |
Definition at line 135 of file RequestDataCollector.php.
References Vendor\Package\$e, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::floatArray | ( | string | $key | ) |
Definition at line 221 of file RequestDataCollector.php.
References ILIAS\Repository\refinery(), and ILIAS\TestQuestionPool\RequestDataCollector\retrieveArray().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::getCmdIndex | ( | string | $key | ) |
Definition at line 201 of file RequestDataCollector.php.
References ILIAS\TestQuestionPool\RequestDataCollector\isset(), and ILIAS\TestQuestionPool\RequestDataCollector\rawArray().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::getIds | ( | ) |
Definition at line 122 of file RequestDataCollector.php.
References ILIAS\TestQuestionPool\RequestDataCollector\strArray().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::getMatchingPairs | ( | ) |
Definition at line 175 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http(), ILIAS\Repository\refinery(), and ILIAS\Refinery\transform().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::getParsedBody | ( | ) |
Definition at line 154 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::getPostKeys | ( | ) |
Definition at line 196 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::getProcessedUploads | ( | ) |
Definition at line 45 of file RequestDataCollector.php.
References $c, ILIAS\FileDelivery\http(), ILIAS\TestQuestionPool\RequestDataCollector\isset(), and ILIAS\TestQuestionPool\RequestDataCollector\upload().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::getQuestionId | ( | ) |
Definition at line 114 of file RequestDataCollector.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::getRefId | ( | ) |
Definition at line 104 of file RequestDataCollector.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::getUnitCategoryIds | ( | ) |
Definition at line 170 of file RequestDataCollector.php.
References ILIAS\TestQuestionPool\RequestDataCollector\intArray().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::getUnitIds | ( | ) |
Definition at line 162 of file RequestDataCollector.php.
References ILIAS\TestQuestionPool\RequestDataCollector\intArray().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::hasQuestionId | ( | ) |
Definition at line 109 of file RequestDataCollector.php.
References ILIAS\TestQuestionPool\RequestDataCollector\raw().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::hasRefId | ( | ) |
Definition at line 99 of file RequestDataCollector.php.
References ILIAS\TestQuestionPool\RequestDataCollector\raw().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::intArray | ( | string | $key | ) |
Definition at line 229 of file RequestDataCollector.php.
References ILIAS\Repository\refinery(), and ILIAS\TestQuestionPool\RequestDataCollector\retrieveArray().
Referenced by ILIAS\TestQuestionPool\RequestDataCollector\getUnitCategoryIds(), and ILIAS\TestQuestionPool\RequestDataCollector\getUnitIds().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::isset | ( | string | $key | ) |
Definition at line 94 of file RequestDataCollector.php.
References ILIAS\TestQuestionPool\RequestDataCollector\raw().
Referenced by ILIAS\TestQuestionPool\RequestDataCollector\getCmdIndex(), and ILIAS\TestQuestionPool\RequestDataCollector\getProcessedUploads().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::raw | ( | string | $key | ) |
Definition at line 130 of file RequestDataCollector.php.
References ILIAS\Repository\refinery().
Referenced by ILIAS\TestQuestionPool\RequestDataCollector\hasQuestionId(), ILIAS\TestQuestionPool\RequestDataCollector\hasRefId(), and ILIAS\TestQuestionPool\RequestDataCollector\isset().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::rawArray | ( | string | $key | ) |
Definition at line 237 of file RequestDataCollector.php.
References ILIAS\Repository\refinery(), and ILIAS\TestQuestionPool\RequestDataCollector\retrieveArray().
Referenced by ILIAS\TestQuestionPool\RequestDataCollector\getCmdIndex().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 242 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by ILIAS\TestQuestionPool\RequestDataCollector\floatArray(), ILIAS\TestQuestionPool\RequestDataCollector\intArray(), ILIAS\TestQuestionPool\RequestDataCollector\rawArray(), and ILIAS\TestQuestionPool\RequestDataCollector\strArray().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::strArray | ( | string | $key, |
| int | $depth = 1 |
||
| ) |
Definition at line 213 of file RequestDataCollector.php.
References ILIAS\Repository\refinery(), and ILIAS\TestQuestionPool\RequestDataCollector\retrieveArray().
Referenced by ILIAS\TestQuestionPool\RequestDataCollector\getIds().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::string | ( | string | $key | ) |
Definition at line 144 of file RequestDataCollector.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\TestQuestionPool\RequestDataCollector::upload | ( | ) |
Definition at line 89 of file RequestDataCollector.php.
Referenced by ILIAS\TestQuestionPool\RequestDataCollector\getProcessedUploads().
Here is the caller graph for this function: