| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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) | |
| 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().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getActiveId | ( | ) | 
Definition at line 90 of file RequestDataCollector.php.
References ILIAS\Repository\int().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getIds | ( | ) | 
Definition at line 65 of file RequestDataCollector.php.
References ILIAS\Repository\strArray().
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getNextCommand | ( | ) | 
Definition at line 85 of file RequestDataCollector.php.
References ILIAS\Repository\str().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getParsedBody | ( | ) | 
Definition at line 143 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getPassId | ( | ) | 
Definition at line 95 of file RequestDataCollector.php.
References ILIAS\Repository\int().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getPostKeys | ( | ) | 
Definition at line 151 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getQuestionId | ( | ) | 
Definition at line 75 of file RequestDataCollector.php.
References ILIAS\Repository\int().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getQuestionIds | ( | ) | 
Definition at line 80 of file RequestDataCollector.php.
References ILIAS\Repository\intArray().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getRefId | ( | ) | 
Definition at line 59 of file RequestDataCollector.php.
References ILIAS\Repository\int().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::getRequest | ( | ) | 
Definition at line 44 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::hasQuestionId | ( | ) | 
Definition at line 70 of file RequestDataCollector.php.
References ILIAS\Test\RequestDataCollector\raw().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::hasRefId | ( | ) | 
Definition at line 54 of file RequestDataCollector.php.
References ILIAS\Test\RequestDataCollector\raw().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::isInstanceResponseRequested | ( | ) | 
Definition at line 115 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 156 of file RequestDataCollector.php.
References ILIAS\FileDelivery\http().
 Here is the call graph for this function:| ILIAS\Test\RequestDataCollector::isset | ( | string | $key | ) | 
Definition at line 49 of file RequestDataCollector.php.
References ILIAS\Test\RequestDataCollector\raw().
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  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().
 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 172 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 164 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 100 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 138 of file RequestDataCollector.php.
References ILIAS\Repository\str().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 35 of file RequestDataCollector.php.