| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilExercisePlaceholderValues:
 Collaboration diagram for ilExercisePlaceholderValues:Public Member Functions | |
| __construct (?ilDefaultPlaceholderValues $defaultPlaceholderValues=null, ?ilLanguage $language=null, ?ilCertificateObjectHelper $objectHelper=null, ?ilCertificateLPMarksHelper $lpMarksHelper=null, ?ilCertificateExerciseMembersHelper $exerciseMembersHelper=null, ?ilCertificateLPStatusHelper $lpStatusHelper=null, ?ilCertificateUtilHelper $utilHelper=null, ?ilCertificateDateHelper $dateHelper=null) | |
| getPlaceholderValues (int $userId, int $objId) | |
| This method MUST return an array that contains the actual data for the given user of the given object.  More... | |
| getPlaceholderValuesForPreview (int $userId, int $objId) | |
| This method is different then the 'getPlaceholderValues' method, this method is used to create a placeholder value array containing dummy values that is used to create a preview certificate.  More... | |
Private Attributes | |
| readonly ilLanguage | $language | 
| readonly ilDefaultPlaceholderValues | $defaultPlaceholderValuesObject | 
| readonly ilCertificateLPMarksHelper | $lpMarksHelper | 
| readonly ilCertificateObjectHelper | $objectHelper | 
| readonly ilCertificateExerciseMembersHelper | $exerciseMembersHelper | 
| readonly ilCertificateLPStatusHelper | $lpStatusHelper | 
| readonly ilCertificateUtilHelper | $utilHelper | 
| readonly ilCertificateDateHelper | $dateHelper | 
Definition at line 24 of file class.ilExercisePlaceholderValues.php.
| ilExercisePlaceholderValues::__construct | ( | ?ilDefaultPlaceholderValues | $defaultPlaceholderValues = null,  | 
        
| ?ilLanguage | $language = null,  | 
        ||
| ?ilCertificateObjectHelper | $objectHelper = null,  | 
        ||
| ?ilCertificateLPMarksHelper | $lpMarksHelper = null,  | 
        ||
| ?ilCertificateExerciseMembersHelper | $exerciseMembersHelper = null,  | 
        ||
| ?ilCertificateLPStatusHelper | $lpStatusHelper = null,  | 
        ||
| ?ilCertificateUtilHelper | $utilHelper = null,  | 
        ||
| ?ilCertificateDateHelper | $dateHelper = null  | 
        ||
| ) | 
Definition at line 35 of file class.ilExercisePlaceholderValues.php.
References $dateHelper, $DIC, $exerciseMembersHelper, $language, $lpMarksHelper, $lpStatusHelper, $objectHelper, $utilHelper, and ILIAS\UI\examples\Symbol\Glyph\Language\language().
 Here is the call graph for this function:| ilExercisePlaceholderValues::getPlaceholderValues | ( | int | $userId, | 
| int | $objId | ||
| ) | 
This method MUST return an array that contains the actual data for the given user of the given object.
ilInvalidCertificateException MUST be thrown if the data could not be determined or the user did NOT achieve the certificate.
Implements ilCertificatePlaceholderValues.
Definition at line 102 of file class.ilExercisePlaceholderValues.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
 Here is the call graph for this function:| ilExercisePlaceholderValues::getPlaceholderValuesForPreview | ( | int | $userId, | 
| int | $objId | ||
| ) | 
This method is different then the 'getPlaceholderValues' method, this method is used to create a placeholder value array containing dummy values that is used to create a preview certificate.
Implements ilCertificatePlaceholderValues.
Definition at line 135 of file class.ilExercisePlaceholderValues.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 33 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 27 of file class.ilExercisePlaceholderValues.php.
      
  | 
  private | 
Definition at line 30 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 26 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 28 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 31 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 29 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 32 of file class.ilExercisePlaceholderValues.php.
Referenced by __construct().