|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Test\InternalRequestService:Public Member Functions | |
| __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery) | |
| isset (string $key) | |
| hasRefId () | |
| getRefId () | |
| getIds () | |
| hasQuestionId () | |
| getQuestionId () | |
| getQuestionIds () | |
| getCallingTest () | |
| getNextCommand () | |
| getActiveId () | |
| getPassId () | |
| raw (string $key) | |
| strVal (string $key) | |
| getParsedBody () | |
Protected Attributes | |
| ILIAS HTTP Services | $http |
| array | $params |
Definition at line 23 of file class.InternalRequestService.php.
| ILIAS\Test\InternalRequestService::__construct | ( | \ILIAS\HTTP\Services | $http, |
| \ILIAS\Refinery\Factory | $refinery | ||
| ) |
Definition at line 30 of file class.InternalRequestService.php.
References ILIAS\Repository\$refinery, and ILIAS\Repository\initRequest().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::getActiveId | ( | ) |
Definition at line 86 of file class.InternalRequestService.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::getCallingTest | ( | ) |
Definition at line 76 of file class.InternalRequestService.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::getIds | ( | ) |
Definition at line 56 of file class.InternalRequestService.php.
References ILIAS\Repository\strArray().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::getNextCommand | ( | ) |
Definition at line 81 of file class.InternalRequestService.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::getParsedBody | ( | ) |
Definition at line 110 of file class.InternalRequestService.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::getPassId | ( | ) |
Definition at line 91 of file class.InternalRequestService.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::getQuestionId | ( | ) |
Definition at line 66 of file class.InternalRequestService.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::getQuestionIds | ( | ) |
Definition at line 71 of file class.InternalRequestService.php.
References ILIAS\Repository\intArray().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::getRefId | ( | ) |
Definition at line 50 of file class.InternalRequestService.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::hasQuestionId | ( | ) |
Definition at line 61 of file class.InternalRequestService.php.
References ILIAS\Test\InternalRequestService\raw().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::hasRefId | ( | ) |
Definition at line 45 of file class.InternalRequestService.php.
References ILIAS\Test\InternalRequestService\raw().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::isset | ( | string | $key | ) |
Definition at line 40 of file class.InternalRequestService.php.
References ILIAS\Test\InternalRequestService\raw().
Here is the call graph for this function:| ILIAS\Test\InternalRequestService::raw | ( | string | $key | ) |
Definition at line 99 of file class.InternalRequestService.php.
References ILIAS\LTI\ToolProvider\$key, and ILIAS\Repository\refinery().
Referenced by ILIAS\Test\InternalRequestService\hasQuestionId(), ILIAS\Test\InternalRequestService\hasRefId(), and ILIAS\Test\InternalRequestService\isset().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Test\InternalRequestService::strVal | ( | string | $key | ) |
Definition at line 105 of file class.InternalRequestService.php.
References ILIAS\Repository\str().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.InternalRequestService.php.
|
protected |
Definition at line 28 of file class.InternalRequestService.php.