| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilUserDefinedFieldsPlaceholderValues:
 Collaboration diagram for ilUserDefinedFieldsPlaceholderValues:Public Member Functions | |
| __construct (?ilCertificateObjectHelper $objectHelper=null, ?ilUserDefinedFields $userDefinedFieldsObject=null, ?ilCertificateUtilHelper $ilUtilHelper=null) | |
| 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... | |
  Public Member Functions inherited from ilCertificatePlaceholderValues | |
| 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... | |
Private Attributes | |
| readonly ilCertificateObjectHelper | $objectHelper | 
| readonly ilUserDefinedFields | $userDefinedFieldsObject | 
| readonly ilCertificateUtilHelper | $ilUtilHelper | 
Definition at line 24 of file class.ilUserDefinedFieldsPlaceholderValues.php.
| ilUserDefinedFieldsPlaceholderValues::__construct | ( | ?ilCertificateObjectHelper | $objectHelper = null,  | 
        
| ?ilUserDefinedFields | $userDefinedFieldsObject = null,  | 
        ||
| ?ilCertificateUtilHelper | $ilUtilHelper = null  | 
        ||
| ) | 
Definition at line 30 of file class.ilUserDefinedFieldsPlaceholderValues.php.
References $ilUtilHelper, $objectHelper, $objId, $userDefinedFieldsObject, ilUserDefinedFields\_getInstance(), ilCertificatePlaceholderValues\getPlaceholderValues(), and ilStr\strToUpper().
 Here is the call graph for this function:| ilUserDefinedFieldsPlaceholderValues::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 94 of file class.ilUserDefinedFieldsPlaceholderValues.php.
References ilStr\strToUpper().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 28 of file class.ilUserDefinedFieldsPlaceholderValues.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 26 of file class.ilUserDefinedFieldsPlaceholderValues.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 27 of file class.ilUserDefinedFieldsPlaceholderValues.php.
Referenced by __construct().