|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilCmiXapiAbstractRequest:
Collaboration diagram for ilCmiXapiAbstractRequest:Public Member Functions | |
| __construct (string $basicAuth) | |
| ilCmiXapiAbstractRequest constructor. More... | |
Static Public Member Functions | |
| static | checkResponse (array $response, &$body, array $allowedStatus=[200, 204]) |
| static | buildQuery (array $params, $encoding=PHP_QUERY_RFC3986) |
Static Public Attributes | |
| static bool | $plugin = false |
Protected Member Functions | |
| sendRequest (string $url) | |
Private Attributes | |
| string | $basicAuth |
Definition at line 30 of file class.ilCmiXapiAbstractRequest.php.
| ilCmiXapiAbstractRequest::__construct | ( | string | $basicAuth | ) |
ilCmiXapiAbstractRequest constructor.
Definition at line 38 of file class.ilCmiXapiAbstractRequest.php.
References $basicAuth.
|
static |
Definition at line 92 of file class.ilCmiXapiAbstractRequest.php.
References $params.
Referenced by ilCmiXapiLaunchGUI\CMI5preLaunch(), and ilXapiStatementEvaluation\sendSatisfiedStatement().
Here is the caller graph for this function:
|
static |
Definition at line 70 of file class.ilCmiXapiAbstractRequest.php.
References Vendor\Package\$e, $response, and ilObjCmiXapi\log().
Referenced by ilCmiXapiLaunchGUI\CMI5preLaunch(), ilObjCmiXapi\getLastStatement(), ilCmiXapiStatementsGUI\getVerbs(), sendRequest(), and ilXapiStatementEvaluation\sendSatisfiedStatement().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 43 of file class.ilCmiXapiAbstractRequest.php.
References $client, Vendor\Package\$e, $url, checkResponse(), and ilObjCmiXapi\log().
Referenced by ilCmiXapiHighscoreReportRequest\queryReport(), and ilCmiXapiStatementsReportRequest\queryReport().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 32 of file class.ilCmiXapiAbstractRequest.php.
Referenced by __construct(), ilCmiXapiHighscoreReportRequest\__construct(), and ilCmiXapiStatementsReportRequest\__construct().
|
static |
Definition at line 33 of file class.ilCmiXapiAbstractRequest.php.