| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Handles exercise Peer reminder mail placeholders If all contexts are using the same placeholders,constructor etc. More...
 Inheritance diagram for ilExcMailTemplatePeerReminderContext:
 Collaboration diagram for ilExcMailTemplatePeerReminderContext:Public Member Functions | |
| __construct (OrgUnitUserService $orgUnitUserService=null, ilMailEnvironmentHelper $envHelper=null, ilMailUserHelper $usernameHelper=null, ilMailLanguageHelper $languageHelper=null) | |
| getId () | |
| getTitle () | |
| getDescription () | |
| getSpecificPlaceholders () | |
| resolveSpecificPlaceholder (string $placeholder_id, array $context_parameters, ilObjUser $recipient=null) | |
| {}  More... | |
  Public Member Functions inherited from ilMailTemplateContext | |
| __construct (OrgUnitUserService $orgUnitUserService=null, ilMailEnvironmentHelper $envHelper=null, ilMailUserHelper $usernameHelper=null, ilMailLanguageHelper $languageHelper=null) | |
| getLanguage () | |
| getId () | |
| getTitle () | |
| getDescription () | |
| getNestedPlaceholders () | |
| getPlaceholders () | |
| getSpecificPlaceholders () | |
| resolveSpecificPlaceholder (string $placeholder_id, array $context_parameters, ilObjUser $recipient=null) | |
| resolvePlaceholder (string $placeholder_id, array $context_parameters, ilObjUser $recipient=null) | |
Data Fields | |
| const | ID = 'exc_context_peer_rmd' | 
Protected Attributes | |
| ilLanguage | $lng | 
| ilObjectDataCache | $obj_data_cache | 
  Protected Attributes inherited from ilMailTemplateContext | |
| ilLanguage | $language | 
| ilMailEnvironmentHelper | $envHelper | 
| ilMailLanguageHelper | $languageHelper | 
| ilMailUserHelper | $userHelper | 
| OrgUnitUserService | $orgUnitUserService | 
Additional Inherited Members | |
  Protected Member Functions inherited from ilMailTemplateContext | |
| initLanguage (ilObjUser $user) | |
| initLanguageByIso2Code (string $isoCode) | |
Handles exercise Peer reminder mail placeholders If all contexts are using the same placeholders,constructor etc.
todo: create base class.
Definition at line 28 of file class.ilExcMailTemplatePeerReminderContext.php.
| ilExcMailTemplatePeerReminderContext::__construct | ( | OrgUnitUserService | $orgUnitUserService = null,  | 
        
| ilMailEnvironmentHelper | $envHelper = null,  | 
        ||
| ilMailUserHelper | $usernameHelper = null,  | 
        ||
| ilMailLanguageHelper | $languageHelper = null  | 
        ||
| ) | 
Definition at line 35 of file class.ilExcMailTemplatePeerReminderContext.php.
References $DIC, ilMailTemplateContext\$envHelper, ilMailTemplateContext\$languageHelper, ilMailTemplateContext\$orgUnitUserService, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilExcMailTemplatePeerReminderContext::getDescription | ( | ) | 
Definition at line 70 of file class.ilExcMailTemplatePeerReminderContext.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
 Here is the call graph for this function:| ilExcMailTemplatePeerReminderContext::getId | ( | ) | 
Definition at line 56 of file class.ilExcMailTemplatePeerReminderContext.php.
| ilExcMailTemplatePeerReminderContext::getSpecificPlaceholders | ( | ) | 
Definition at line 79 of file class.ilExcMailTemplatePeerReminderContext.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
 Here is the call graph for this function:| ilExcMailTemplatePeerReminderContext::getTitle | ( | ) | 
Definition at line 61 of file class.ilExcMailTemplatePeerReminderContext.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
 Here is the call graph for this function:| ilExcMailTemplatePeerReminderContext::resolveSpecificPlaceholder | ( | string | $placeholder_id, | 
| array | $context_parameters, | ||
| ilObjUser | $recipient = null  | 
        ||
| ) | 
{}
Definition at line 106 of file class.ilExcMailTemplatePeerReminderContext.php.
References $obj_data_cache, and ilExAssignment\lookupTitle().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 32 of file class.ilExcMailTemplatePeerReminderContext.php.
Referenced by getDescription(), getSpecificPlaceholders(), and getTitle().
      
  | 
  protected | 
Definition at line 33 of file class.ilExcMailTemplatePeerReminderContext.php.
Referenced by resolveSpecificPlaceholder().
| const ilExcMailTemplatePeerReminderContext::ID = 'exc_context_peer_rmd' | 
Definition at line 30 of file class.ilExcMailTemplatePeerReminderContext.php.
Referenced by ilExAssignmentReminder\sentReminderPlaceholders().