ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 26 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')
Interface Observer Contains several chained tasks and infos about them.
$clientId
Definition: ltiregend.php:25
static getProviderIdFromClientId(string $clientId)
$response
Definition: ltiregend.php:26
header()
expected output: > ILIAS shows the rendered Component.
Definition: header.php:29

Definition at line 30 of file ltiregend.php.