|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 112 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 90 of file class.ilCmiXapiAbstractRequest.php.
References Vendor\Package\$e, $response, and ilObjCmiXapi\log().
Referenced by 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 $basicAuth, $url, 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(), ilCmiXapiStatementsReportRequest\__construct(), and sendRequest().
|
static |
Definition at line 33 of file class.ilCmiXapiAbstractRequest.php.