|
ILIAS
trunk Revision v12.0_alpha-1613-gae4c99ebb18
|
Collaboration diagram for ILIAS\BookingManager\Common\HttpService:Public Member Functions | |
| __construct (private readonly IliasHttpServices $http, private readonly Refinery $refinery) | |
| getRequest () | |
| getRefId () | |
| resolveRowParameter (string $key) | |
| resolveRowParameters (string $key) | |
| get (string $key, Transformation $t) | |
| sendAsync (mixed $response) | |
| has (string $key) | |
Data Fields | |
| const string | KEY_REF_ID = 'ref_id' |
| const string | ALL_OBJECTS = 'ALL_OBJECTS' |
Definition at line 30 of file HttpService.php.
| ILIAS\BookingManager\Common\HttpService::__construct | ( | private readonly IliasHttpServices | $http, |
| private readonly Refinery | $refinery | ||
| ) |
Definition at line 36 of file HttpService.php.
| ILIAS\BookingManager\Common\HttpService::get | ( | string | $key, |
| Transformation | $t | ||
| ) |
Definition at line 73 of file HttpService.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:| ILIAS\BookingManager\Common\HttpService::getRefId | ( | ) |
Definition at line 47 of file HttpService.php.
References ILIAS\BookingManager\Common\HttpService\KEY_REF_ID, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\BookingManager\Common\HttpService::getRequest | ( | ) |
Definition at line 42 of file HttpService.php.
References ILIAS\FileDelivery\http().
Referenced by ILIAS\UI\Implementation\Component\Table\Ordering\applyViewControls(), and ILIAS\UI\Implementation\Component\Table\Ordering\getData().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\BookingManager\Common\HttpService::has | ( | string | $key | ) |
Definition at line 100 of file HttpService.php.
References ILIAS\FileDelivery\http().
Referenced by ilMailSearchObjectsTableGUI\__construct(), ilSessionStatisticsGUI\__construct(), ILIAS\GlobalScreen\GUI\Access\Access\__construct(), ILIAS\StaticURL\Request\LegacyRequestBuilder\buildRequest(), ILIAS\StaticURL\Request\StaticURLRequestBuilder\buildRequest(), ilDclTableView\createOrGetStandardView(), ilMailForm\getRecipientAsync(), and ilMembershipNotifications\importFromForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\BookingManager\Common\HttpService::resolveRowParameter | ( | string | $key | ) |
Definition at line 52 of file HttpService.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\BookingManager\Common\HttpService::resolveRowParameters | ( | string | $key | ) |
Definition at line 61 of file HttpService.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\BookingManager\Common\HttpService::sendAsync | ( | mixed | $response | ) |
| Stream | string | mixed | $response |
Definition at line 87 of file HttpService.php.
References $response, ILIAS\FileDelivery\http(), ILIAS\Filesystem\Stream\Streams\ofResource(), and ILIAS\Filesystem\Stream\Streams\ofString().
Here is the call graph for this function:| const string ILIAS\BookingManager\Common\HttpService::ALL_OBJECTS = 'ALL_OBJECTS' |
Definition at line 34 of file HttpService.php.
| const string ILIAS\BookingManager\Common\HttpService::KEY_REF_ID = 'ref_id' |
Definition at line 32 of file HttpService.php.
Referenced by ILIAS\BookingManager\Common\HttpService\getRefId().