ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
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 25 of file ltiregend.php.
Referenced by ilObjLTIConsumer\buildContentSelectionParameters(), ilLTIPlatform\fromPlatformId(), ilMailEnvironmentHelper\getClientId(), ilSessionReminderGUI\populatePage(), ILIAS\Filesystem\Util\LegacyPathHelperTest\setUp(), ClientIdTest\testInvalidArguments(), and ClientIdTest\testValidArguments().
$response = [] |
Definition at line 26 of file ltiregend.php.
if (empty( $clientId)) else |
Definition at line 30 of file ltiregend.php.