19 declare(strict_types=1);
33 protected int $id = 0;
79 protected string $category = self::CATEGORY_CONTENT;
191 public function setId(
int $id): void
317 return (
bool) strlen($this->providerIcon->getFilename());
363 foreach (self::getValidCategories() as $category) {
365 case self::CATEGORY_ORGANISATION:
367 $translation = $DIC->language()->txt(
'rep_add_new_def_grp_organisation');
369 case self::CATEGORY_COMMUNICATION:
371 $translation = $DIC->language()->txt(
'rep_add_new_def_grp_communication');
373 case self::CATEGORY_CONTENT:
375 $translation = $DIC->language()->txt(
'rep_add_new_def_grp_content');
377 case self::CATEGORY_ASSESSMENT:
379 $translation = $DIC->language()->txt(
'rep_add_new_def_grp_assessment');
381 case self::CATEGORY_FEEDBACK:
383 $translation = $DIC->language()->txt(
'rep_add_new_def_grp_feedback');
396 self::CATEGORY_ORGANISATION,
397 self::CATEGORY_COMMUNICATION,
398 self::CATEGORY_CONTENT,
399 self::CATEGORY_ASSESSMENT,
400 self::CATEGORY_FEEDBACK
406 return in_array($category, self::getValidCategories());
471 return $this->mastery_score * 100;
476 $this->mastery_score = $mastery_score_percent / 100;
617 foreach (explode(
';', $this->
getKeywords()) as $keyword) {
618 $keywords[] = trim($keyword);
686 if ($this->client_id ==
'') {
806 foreach ($dbRow as $field => $value) {
808 case 'id': $this->
setId((
int) $value);
810 case 'title': $this->
setTitle($value);
820 case 'log_level': $this->
setLogLevel((
int) $value);
844 case 'keep_lp': $this->
setKeepLp((
bool) $value);
858 case 'use_xapi': $this->
setUseXapi((
bool) $value);
870 case 'keywords': $this->
setKeywords((
string) $value);
872 case 'creator': $this->
setCreator((
int) $value);
882 case 'client_id': $this->
setClientId((
string) $value);
886 case 'key_type': $this->
setKeyType((
string) $value);
888 case 'public_key': $this->
setPublicKey((
string) $value);
918 $query =
"SELECT * FROM lti_ext_provider WHERE id = %s";
919 $res = $DIC->database()->queryF($query, array(
'integer'), array($this->
getId()));
921 while ($row = $DIC->database()->fetchAssoc(
$res)) {
933 $query =
"SELECT * FROM lti_ext_provider WHERE client_id = %s";
934 $res = $DIC->database()->queryF($query, array(
'text'), array($clientId));
936 while ($row = $DIC->database()->fetchAssoc(
$res)) {
937 $id = (
int) $row[
'id'];
949 if ($this->
getId() !== 0) {
975 'id' => array(
'integer', $this->
getId()),
983 $this->
setId($DIC->database()->nextId(
'lti_ext_provider'));
994 'id' => array(
'integer', $this->
getId()),
995 'title' => array(
'text', $this->
getTitle()),
998 'remarks' => array(
'text', $this->
getRemarks()),
1005 'category' => array(
'text', $this->
getCategory()),
1011 'keep_lp' => array(
'integer', $this->
isKeepLp()),
1018 'use_xapi' => array(
'integer', $this->
getUseXapi()),
1024 'keywords' => array(
'text', $this->
getKeywords()),
1025 'creator' => array(
'integer', $this->
getCreator()),
1027 'global' => array(
'integer', (
int) $this->
isGlobal()),
1030 'client_id' => array(
'text', $this->
getClientId()),
1032 'key_type' => array(
'text', $this->
getKeyType()),
1037 'content_item' => array(
'integer', (
int) $this->
isContentItem()),
1044 public function delete():
void 1048 $DIC->database()->manipulateF(
1049 "DELETE FROM lti_ext_provider WHERE id = %s",
getProviderIconFilename()
const PRIVACY_IDENT_IL_UUID_SHA256URL
ilImageFileInputGUI $providerIconUploadInput
setGradeSynchronization(bool $grade_synchronization)
isProviderKeyCustomizable()
setInitiateLogin(string $initiate_login)
array $providerIconUploadFileData
static getValidCategories()
setAcceptedBy(int $accepted_by)
setPublicKeyset(string $public_keyset)
const PRIVACY_IDENT_IL_UUID_SHA256
const PRIVACY_IDENT_IL_UUID_USER_ID
setUseXapi(bool $use_xapi)
setPublicKey(string $public_key)
setIsExternalProvider(bool $is_external_provider)
setMasteryScore(float $mastery_score)
setLaunchMethod(string $launch_method)
const CATEGORY_ORGANISATION
__construct(?int $providerId=null)
ilLTIConsumeProvider constructor.
string $provider_icon_filename
const PRIVACY_IDENT_IL_UUID_EXT_ACCOUNT
const AVAILABILITY_CREATE
setContentItemUrl(string $content_item_url)
setContentItem(bool $content_item)
if(empty($clientId)) $providerId
setProviderIcon(ilLTIConsumeProviderIcon $providerIcon)
getProviderIconUploadInput()
bool $instructor_send_name
setTimeToDelete(int $time_to_delete)
const PRIVACY_NAME_LASTNAME
setRemarks(string $remarks)
setHasOutcome(bool $has_outcome)
getPrivacyCommentDefault()
setMasteryScorePercent(float $mastery_score_percent)
setXapiLaunchSecret(string $xapi_launch_secret)
setInstructorSendEmail(bool $instructor_send_email)
static getProviderIdFromClientId(string $clientId)
string $xapi_launch_secret
isResetableToUserDefined()
bool $grade_synchronization
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setXapiLaunchUrl(string $xapi_launch_url)
getProviderIconUploadFileData()
setIncludeUserPicture(bool $include_user_picture)
setRedirectionUris(string $redirection_uris)
const PRIVACY_NAME_FIRSTNAME
setUseProviderId(bool $use_provider_id)
bool $is_external_provider
static getInstance(?int $providerId=null)
Inits class static.
static getCategoriesSelectOptions()
setPrivacyIdent(int $privacy_ident)
setCustomParams(string $custom_params)
setProviderIconUploadFileData(array $providerIconUploadFileData)
setProviderKey(string $provider_key)
setAlwaysLearner(bool $always_learner)
setXapiActivityId(string $xapi_activity_id)
setProviderKeyCustomizable(bool $provider_key_customizable)
setInstructorSendName(bool $instructor_send_name)
setProviderIconUploadInput(ilFormPropertyGUI $providerIconUploadInput)
setPrivacyName(int $privacy_name)
setKeyType(string $key_type)
setXapiLaunchKey(string $xapi_launch_key)
setClientId(string $client_id)
setLtiVersion(string $lti_version)
const PRIVACY_NAME_FULLNAME
setProviderIconFilename(string $provider_icon_filename)
setProviderXml(string $provider_xml)
hasProviderIconUploadInput()
string $enabled_capability
ilLTIConsumeProviderIcon $providerIcon
isValidCategory(string $category)
setLogLevel(int $log_level)
setEnabledCapability(string $enabled_capability)
setCategory(string $category)
bool $include_user_picture
setKeywords(string $keywords)
const PRIVACY_IDENT_REAL_EMAIL
setProviderSecret(string $provider_secret)
assignFromDbRow(array $dbRow)
string $privacy_comment_default
bool $provider_key_customizable
const AVAILABILITY_EXISTING
const CATEGORY_ASSESSMENT
setDescription(string $description)
const CATEGORY_COMMUNICATION
setProviderUrl(string $provider_url)
setAvailability(int $availability)
bool $instructor_send_email
setPrivacyCommentDefault(string $privacy_comment_default)
const PRIVACY_IDENT_IL_UUID_LOGIN
setIsGlobal(bool $is_global)