ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Stores. More...
Public Member Functions | |
__construct ($a_ref_id, $a_ext_consumer_id) | |
Constructor type $DIC. More... | |
setAdminRole ($a_role) | |
getAdminRole () | |
setTutorRole ($a_role) | |
getTutorRole () | |
setMemberRole ($a_role) | |
getMemberRole () | |
setConsumerId ($a_consumer_id) | |
Set consumer id. More... | |
getConsumerId () | |
delete () | |
Delete obj setting. More... | |
save () | |
Protected Member Functions | |
read () | |
Read object settings. More... | |
Private Attributes | |
$log = null | |
$db = null | |
$ref_id = 0 | |
$consumer_id = 0 | |
$admin = false | |
$tutor = false | |
$member = false | |
Stores.
Definition at line 11 of file class.ilLTIProviderObjectSetting.php.
ilLTIProviderObjectSetting::__construct | ( | $a_ref_id, | |
$a_ext_consumer_id | |||
) |
Constructor type $DIC.
Definition at line 33 of file class.ilLTIProviderObjectSetting.php.
ilLTIProviderObjectSetting::delete | ( | ) |
Delete obj setting.
Definition at line 95 of file class.ilLTIProviderObjectSetting.php.
References $query, and getConsumerId().
ilLTIProviderObjectSetting::getAdminRole | ( | ) |
Definition at line 52 of file class.ilLTIProviderObjectSetting.php.
References $admin.
Referenced by save().
ilLTIProviderObjectSetting::getConsumerId | ( | ) |
Definition at line 86 of file class.ilLTIProviderObjectSetting.php.
References $consumer_id.
Referenced by delete(), read(), and save().
ilLTIProviderObjectSetting::getMemberRole | ( | ) |
Definition at line 72 of file class.ilLTIProviderObjectSetting.php.
References $member.
Referenced by save().
ilLTIProviderObjectSetting::getTutorRole | ( | ) |
Definition at line 62 of file class.ilLTIProviderObjectSetting.php.
References $tutor.
Referenced by save().
|
protected |
Read object settings.
Definition at line 122 of file class.ilLTIProviderObjectSetting.php.
References $query, $res, $row, and getConsumerId().
Referenced by __construct().
ilLTIProviderObjectSetting::save | ( | ) |
Definition at line 103 of file class.ilLTIProviderObjectSetting.php.
References $query, getAdminRole(), getConsumerId(), getMemberRole(), and getTutorRole().
ilLTIProviderObjectSetting::setAdminRole | ( | $a_role | ) |
Definition at line 47 of file class.ilLTIProviderObjectSetting.php.
ilLTIProviderObjectSetting::setConsumerId | ( | $a_consumer_id | ) |
Set consumer id.
int | $a_consumer_id |
Definition at line 81 of file class.ilLTIProviderObjectSetting.php.
ilLTIProviderObjectSetting::setMemberRole | ( | $a_role | ) |
Definition at line 67 of file class.ilLTIProviderObjectSetting.php.
ilLTIProviderObjectSetting::setTutorRole | ( | $a_role | ) |
Definition at line 57 of file class.ilLTIProviderObjectSetting.php.
|
private |
Definition at line 25 of file class.ilLTIProviderObjectSetting.php.
Referenced by getAdminRole().
|
private |
Definition at line 24 of file class.ilLTIProviderObjectSetting.php.
Referenced by getConsumerId().
|
private |
Definition at line 21 of file class.ilLTIProviderObjectSetting.php.
|
private |
Definition at line 16 of file class.ilLTIProviderObjectSetting.php.
|
private |
Definition at line 27 of file class.ilLTIProviderObjectSetting.php.
Referenced by getMemberRole().
|
private |
Definition at line 23 of file class.ilLTIProviderObjectSetting.php.
|
private |
Definition at line 26 of file class.ilLTIProviderObjectSetting.php.
Referenced by getTutorRole().