ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ltiregend.php File Reference

Go to the source code of this file.

Variables

 $clientId = (ilSession::has('lti_dynamic_registration_client_id')) ? (string) ilSession::get('lti_dynamic_registration_client_id') : ''
 
 $response = []
 
if(empty($clientId)) else
 

Variable Documentation

◆ $clientId

◆ $response

$response = []

Definition at line 27 of file ltiregend.php.

◆ else

if (empty( $clientId)) else
Initial value:
{
try {
$response["error"] = "";
} catch (\ILIAS\Filesystem\Exception\IOException $e) {
$response["providerId"] = 0;
$response["error"] = $e->getMessage();
}
}
header('Content-Type: application/json; charset=utf-8')
static getProviderIdFromClientId(string $clientId)
$clientId
Definition: ltiregend.php:26
$response
Definition: ltiregend.php:27
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.

Definition at line 31 of file ltiregend.php.