|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Test\RequestDataCollector:
Collaboration diagram for ILIAS\Test\RequestDataCollector:Public Member Functions | |
| __construct (HTTPServices $http, Refinery $refinery) | |
| getRequest () | |
| isset (string $key) | |
| hasRefId () | |
| getRefId () | |
| getIds () | |
| hasQuestionId () | |
| getQuestionId () | |
| getQuestionIds () | |
| getNextCommand () | |
| getActiveId () | |
| getPassId () | |
| retrieveBoolFromPost (string $key) | |
| isInstanceResponseRequested () | |
| raw (string $key) | |
| strVal (string $key) | |
| getParsedBody () | |
| getPostKeys () | |
| isPostRequest () | |
| retrieveArrayOfStringsFromPost (string $key) | |
| retrieveArrayOfIntsFromPost (string $key) | |
| getRowIdParameter (string $key) | |
| getMultiSelectionIds (string $key) | |
| getRequest () | |
| isset (string $key) | |
| hasRefId () | |
| getRefId () | |
| hasQuestionId () | |
| getQuestionId () | |
| getIds () | |
| raw (string $key) | |
| getParsedBody () | |
| getPostKeys () | |
| getMultiSelectionIds (string $key) | |
| getRowIdParameter (string $key) | |
Protected Attributes | |
| array | $params |
Private Member Functions | |
| retrieveArrayFromPost (string $key, Transformation $transformation) | |
Definition at line 30 of file RequestDataCollector.php.
| ILIAS\Test\RequestDataCollector::__construct | ( | HTTPServices | $http, |
| Refinery | $refinery | ||
| ) |
Definition at line 36 of file RequestDataCollector.php.
References ILIAS\UI\examples\Layout\Page\Mail\$refinery, and ILIAS\Repository\initRequest().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getActiveId | ( | ) |
Definition at line 89 of file RequestDataCollector.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getIds | ( | ) |
Implements ILIAS\TestQuestionPool\RequestDataCollectorInterface.
Definition at line 64 of file RequestDataCollector.php.
References ILIAS\Repository\strArray().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getMultiSelectionIds | ( | string | $key | ) |
Implements ILIAS\TestQuestionPool\RequestDataCollectorInterface.
Definition at line 199 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getNextCommand | ( | ) |
Definition at line 84 of file RequestDataCollector.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getParsedBody | ( | ) |
Implements ILIAS\TestQuestionPool\RequestDataCollectorInterface.
Definition at line 142 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getPassId | ( | ) |
Definition at line 94 of file RequestDataCollector.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getPostKeys | ( | ) |
Implements ILIAS\TestQuestionPool\RequestDataCollectorInterface.
Definition at line 150 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getQuestionId | ( | ) |
Implements ILIAS\TestQuestionPool\RequestDataCollectorInterface.
Definition at line 74 of file RequestDataCollector.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getQuestionIds | ( | ) |
Definition at line 79 of file RequestDataCollector.php.
References ILIAS\Repository\intArray().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getRefId | ( | ) |
Implements ILIAS\TestQuestionPool\RequestDataCollectorInterface.
Definition at line 58 of file RequestDataCollector.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getRequest | ( | ) |
Implements ILIAS\TestQuestionPool\RequestDataCollectorInterface.
Definition at line 43 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getRowIdParameter | ( | string | $key | ) |
Implements ILIAS\TestQuestionPool\RequestDataCollectorInterface.
Definition at line 187 of file RequestDataCollector.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::hasQuestionId | ( | ) |
Implements ILIAS\TestQuestionPool\RequestDataCollectorInterface.
Definition at line 69 of file RequestDataCollector.php.
References ILIAS\Test\RequestDataCollector\raw().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::hasRefId | ( | ) |
Implements ILIAS\TestQuestionPool\RequestDataCollectorInterface.
Definition at line 53 of file RequestDataCollector.php.
References ILIAS\Test\RequestDataCollector\raw().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::isInstanceResponseRequested | ( | ) |
Definition at line 114 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::isPostRequest | ( | ) |
Definition at line 155 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::isset | ( | string | $key | ) |
Implements ILIAS\TestQuestionPool\RequestDataCollectorInterface.
Definition at line 48 of file RequestDataCollector.php.
References ILIAS\Test\RequestDataCollector\raw().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::raw | ( | string | $key | ) |
Implements ILIAS\TestQuestionPool\RequestDataCollectorInterface.
Definition at line 132 of file RequestDataCollector.php.
References ILIAS\Repository\refinery().
Referenced by ILIAS\Test\RequestDataCollector\hasQuestionId(), ILIAS\Test\RequestDataCollector\hasRefId(), and ILIAS\Test\RequestDataCollector\isset().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 176 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by ILIAS\Test\RequestDataCollector\retrieveArrayOfIntsFromPost(), and ILIAS\Test\RequestDataCollector\retrieveArrayOfStringsFromPost().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Test\RequestDataCollector::retrieveArrayOfIntsFromPost | ( | string | $key | ) |
Definition at line 171 of file RequestDataCollector.php.
References ILIAS\Repository\refinery(), and ILIAS\Test\RequestDataCollector\retrieveArrayFromPost().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::retrieveArrayOfStringsFromPost | ( | string | $key | ) |
Definition at line 163 of file RequestDataCollector.php.
References ILIAS\Repository\refinery(), and ILIAS\Test\RequestDataCollector\retrieveArrayFromPost().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::retrieveBoolFromPost | ( | string | $key | ) |
Definition at line 99 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::strVal | ( | string | $key | ) |
Definition at line 137 of file RequestDataCollector.php.
References ILIAS\Repository\str().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file RequestDataCollector.php.