| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilLTIProviderObjectSetting: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 | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning 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().
 Here is the call graph for this function:| ilLTIProviderObjectSetting::delete | ( | ) | 
Delete obj setting.
Definition at line 106 of file class.ilLTIProviderObjectSetting.php.
References getConsumerId().
 Here is the call graph for this function:| ilLTIProviderObjectSetting::getAdminRole | ( | ) | 
Definition at line 64 of file class.ilLTIProviderObjectSetting.php.
References $admin.
Referenced by save().
 Here is the caller graph for this function:| ilLTIProviderObjectSetting::getConsumerId | ( | ) | 
Definition at line 97 of file class.ilLTIProviderObjectSetting.php.
References $consumer_id.
Referenced by delete(), read(), and save().
 Here is the caller graph for this function:| ilLTIProviderObjectSetting::getMemberRole | ( | ) | 
Definition at line 84 of file class.ilLTIProviderObjectSetting.php.
References $member.
Referenced by save().
 Here is the caller graph for this function:| ilLTIProviderObjectSetting::getTutorRole | ( | ) | 
Definition at line 74 of file class.ilLTIProviderObjectSetting.php.
References $tutor.
Referenced by save().
 Here is the caller graph for this function:
      
  | 
  protected | 
Read object settings.
Definition at line 132 of file class.ilLTIProviderObjectSetting.php.
References $res, getConsumerId(), and ILIAS\Repository\int().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilLTIProviderObjectSetting::save | ( | ) | 
Definition at line 114 of file class.ilLTIProviderObjectSetting.php.
References getAdminRole(), getConsumerId(), getMemberRole(), and getTutorRole().
 Here is the call graph for this function:| 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.
      
  | 
  private | 
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().