ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Stores. More...
Public Member Functions | |
__construct (int $a_ref_id, int $a_ext_consumer_id) | |
Constructor. More... | |
setAdminRole (int $a_role) | |
getAdminRole () | |
setTutorRole (int $a_role) | |
getTutorRole () | |
setMemberRole (int $a_role) | |
getMemberRole () | |
setConsumerId (int $a_consumer_id) | |
Set consumer id. More... | |
getConsumerId () | |
delete () | |
Delete obj setting. More... | |
save () | |
Protected Member Functions | |
read () | |
Read object settings. More... | |
Private Attributes | |
ilLogger | $log = null |
ilDBInterface | $db = null |
int | $ref_id = 0 |
int | $consumer_id = 0 |
int | $admin = 0 |
int | $tutor = 0 |
int | $member = 0 |
Stores.
Definition at line 27 of file class.ilLTIProviderObjectSetting.php.
ilLTIProviderObjectSetting::__construct | ( | int | $a_ref_id, |
int | $a_ext_consumer_id | ||
) |
Constructor.
Definition at line 42 of file class.ilLTIProviderObjectSetting.php.
References $DIC, ilLoggerFactory\getLogger(), and read().
ilLTIProviderObjectSetting::delete | ( | ) |
Delete obj setting.
Definition at line 106 of file class.ilLTIProviderObjectSetting.php.
References getConsumerId().
ilLTIProviderObjectSetting::getAdminRole | ( | ) |
Definition at line 64 of file class.ilLTIProviderObjectSetting.php.
References $admin.
Referenced by save().
ilLTIProviderObjectSetting::getConsumerId | ( | ) |
Definition at line 97 of file class.ilLTIProviderObjectSetting.php.
References $consumer_id.
Referenced by delete(), read(), and save().
ilLTIProviderObjectSetting::getMemberRole | ( | ) |
Definition at line 84 of file class.ilLTIProviderObjectSetting.php.
References $member.
Referenced by save().
ilLTIProviderObjectSetting::getTutorRole | ( | ) |
Definition at line 74 of file class.ilLTIProviderObjectSetting.php.
References $tutor.
Referenced by save().
|
protected |
Read object settings.
Definition at line 132 of file class.ilLTIProviderObjectSetting.php.
References $res, getConsumerId(), and ILIAS\Repository\int().
Referenced by __construct().
ilLTIProviderObjectSetting::save | ( | ) |
Definition at line 114 of file class.ilLTIProviderObjectSetting.php.
References getAdminRole(), getConsumerId(), getMemberRole(), and getTutorRole().
ilLTIProviderObjectSetting::setAdminRole | ( | int | $a_role | ) |
Definition at line 59 of file class.ilLTIProviderObjectSetting.php.
ilLTIProviderObjectSetting::setConsumerId | ( | int | $a_consumer_id | ) |
Set consumer id.
Definition at line 92 of file class.ilLTIProviderObjectSetting.php.
ilLTIProviderObjectSetting::setMemberRole | ( | int | $a_role | ) |
Definition at line 79 of file class.ilLTIProviderObjectSetting.php.
ilLTIProviderObjectSetting::setTutorRole | ( | int | $a_role | ) |
Definition at line 69 of file class.ilLTIProviderObjectSetting.php.
|
private |
Definition at line 35 of file class.ilLTIProviderObjectSetting.php.
Referenced by getAdminRole().
|
private |
Definition at line 34 of file class.ilLTIProviderObjectSetting.php.
Referenced by getConsumerId().
|
private |
Definition at line 31 of file class.ilLTIProviderObjectSetting.php.
Definition at line 29 of file class.ilLTIProviderObjectSetting.php.
|
private |
Definition at line 37 of file class.ilLTIProviderObjectSetting.php.
Referenced by getMemberRole().
|
private |
Definition at line 33 of file class.ilLTIProviderObjectSetting.php.
|
private |
Definition at line 36 of file class.ilLTIProviderObjectSetting.php.
Referenced by getTutorRole().