ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
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) | |
getMultiSelectionIds (string $key) | |
Protected Attributes | |
array | $params |
Private Member Functions | |
retrieveArrayFromPost (string $key, Transformation $transformation) | |
Definition at line 31 of file RequestDataCollector.php.
ILIAS\Test\RequestDataCollector::__construct | ( | HTTPServices | $http, |
Refinery | $refinery | ||
) |
Definition at line 37 of file RequestDataCollector.php.
References ILIAS\Repository\initRequest().
ILIAS\Test\RequestDataCollector::getActiveId | ( | ) |
Definition at line 90 of file RequestDataCollector.php.
References ILIAS\Repository\int().
ILIAS\Test\RequestDataCollector::getIds | ( | ) |
Definition at line 65 of file RequestDataCollector.php.
References ILIAS\Repository\strArray().
ILIAS\Test\RequestDataCollector::getMultiSelectionIds | ( | string | $key | ) |
Definition at line 191 of file RequestDataCollector.php.
References $r, ILIAS\UI\examples\Layout\Page\Standard\$refinery, and ILIAS\FileDelivery\http().
ILIAS\Test\RequestDataCollector::getNextCommand | ( | ) |
Definition at line 85 of file RequestDataCollector.php.
References ILIAS\Repository\str().
ILIAS\Test\RequestDataCollector::getParsedBody | ( | ) |
Definition at line 143 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
ILIAS\Test\RequestDataCollector::getPassId | ( | ) |
Definition at line 95 of file RequestDataCollector.php.
References ILIAS\Repository\int().
ILIAS\Test\RequestDataCollector::getPostKeys | ( | ) |
Definition at line 151 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
ILIAS\Test\RequestDataCollector::getQuestionId | ( | ) |
Definition at line 75 of file RequestDataCollector.php.
References ILIAS\Repository\int().
ILIAS\Test\RequestDataCollector::getQuestionIds | ( | ) |
Definition at line 80 of file RequestDataCollector.php.
References ILIAS\Repository\intArray().
ILIAS\Test\RequestDataCollector::getRefId | ( | ) |
Definition at line 59 of file RequestDataCollector.php.
References ILIAS\Repository\int().
ILIAS\Test\RequestDataCollector::getRequest | ( | ) |
Definition at line 44 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
ILIAS\Test\RequestDataCollector::hasQuestionId | ( | ) |
Definition at line 70 of file RequestDataCollector.php.
References null, and ILIAS\Test\RequestDataCollector\raw().
ILIAS\Test\RequestDataCollector::hasRefId | ( | ) |
Definition at line 54 of file RequestDataCollector.php.
References null, and ILIAS\Test\RequestDataCollector\raw().
ILIAS\Test\RequestDataCollector::isInstanceResponseRequested | ( | ) |
Definition at line 115 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
ILIAS\Test\RequestDataCollector::isPostRequest | ( | ) |
Definition at line 156 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
ILIAS\Test\RequestDataCollector::isset | ( | string | $key | ) |
Definition at line 49 of file RequestDataCollector.php.
References null, and ILIAS\Test\RequestDataCollector\raw().
ILIAS\Test\RequestDataCollector::raw | ( | string | $key | ) |
Definition at line 133 of file RequestDataCollector.php.
References ILIAS\Repository\refinery().
Referenced by ILIAS\Test\RequestDataCollector\hasQuestionId(), ILIAS\Test\RequestDataCollector\hasRefId(), and ILIAS\Test\RequestDataCollector\isset().
|
private |
Definition at line 177 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by ILIAS\Test\RequestDataCollector\retrieveArrayOfIntsFromPost(), and ILIAS\Test\RequestDataCollector\retrieveArrayOfStringsFromPost().
ILIAS\Test\RequestDataCollector::retrieveArrayOfIntsFromPost | ( | string | $key | ) |
Definition at line 172 of file RequestDataCollector.php.
References ILIAS\Repository\refinery(), and ILIAS\Test\RequestDataCollector\retrieveArrayFromPost().
ILIAS\Test\RequestDataCollector::retrieveArrayOfStringsFromPost | ( | string | $key | ) |
Definition at line 164 of file RequestDataCollector.php.
References ILIAS\Repository\refinery(), and ILIAS\Test\RequestDataCollector\retrieveArrayFromPost().
ILIAS\Test\RequestDataCollector::retrieveBoolFromPost | ( | string | $key | ) |
Definition at line 100 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http(), null, and ILIAS\Repository\refinery().
ILIAS\Test\RequestDataCollector::strVal | ( | string | $key | ) |
Definition at line 138 of file RequestDataCollector.php.
References ILIAS\Repository\str().
|
protected |
Definition at line 35 of file RequestDataCollector.php.