ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables 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 28 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')
Class ChatMainBarProvider .
$clientId
Definition: ltiregend.php:27
static getProviderIdFromClientId(string $clientId)
$response
Definition: ltiregend.php:28
Class FlySystemFileAccessTest disabled disabled disabled.

Definition at line 32 of file ltiregend.php.