ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 |
$clientId = (ilSession::has('lti_dynamic_registration_client_id')) ? (string) ilSession::get('lti_dynamic_registration_client_id') : '' |
Definition at line 26 of file ltiregend.php.
Referenced by ILIAS\Data\Factory\clientId(), ilLTIPlatform\fromPlatformId(), ilLTIConsumerContentGUI\getLaunchParametersLTI13(), ilLTIConsumeProvider\getProviderIdFromClientId(), ILIAS\Filesystem\Util\LegacyPathHelperTest\setUp(), ClientIdTest\testInvalidArguments(), and ClientIdTest\testValidArguments().
$response = [] |
Definition at line 27 of file ltiregend.php.
if (empty( $clientId)) else |
Definition at line 31 of file ltiregend.php.