| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilCertificateTemplateExportAction:Public Member Functions | |
| __construct (private readonly int $objectId, private readonly string $certificatePath, private readonly ilCertificateTemplateRepository $templateRepository, private readonly Filesystem $filesystem, ?ilCertificateObjectHelper $objectHelper=null, ?ilCertificateUtilHelper $utilHelper=null) | |
| export (string $rootDir=CLIENT_WEB_DIR, string $installationId=IL_INST_ID) | |
| Creates a downloadable file via the browser.  More... | |
Private Attributes | |
| readonly ilCertificateObjectHelper | $objectHelper | 
| readonly ilCertificateUtilHelper | $utilHelper | 
Definition at line 30 of file class.ilCertificateTemplateExportAction.php.
| ilCertificateTemplateExportAction::__construct | ( | private readonly int | $objectId, | 
| private readonly string | $certificatePath, | ||
| private readonly ilCertificateTemplateRepository | $templateRepository, | ||
| private readonly Filesystem | $filesystem, | ||
| ?ilCertificateObjectHelper | $objectHelper = null,  | 
        ||
| ?ilCertificateUtilHelper | $utilHelper = null  | 
        ||
| ) | 
Definition at line 35 of file class.ilCertificateTemplateExportAction.php.
References $objectHelper, and $utilHelper.
| ilCertificateTemplateExportAction::export | ( | string | $rootDir = CLIENT_WEB_DIR,  | 
        
| string | $installationId = IL_INST_ID  | 
        ||
| ) | 
Creates a downloadable file via the browser.
| FileAlreadyExistsException | |
| FileNotFoundException | |
| IOException | 
Definition at line 60 of file class.ilCertificateTemplateExportAction.php.
References ILIAS\Repository\filesystem().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 32 of file class.ilCertificateTemplateExportAction.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 33 of file class.ilCertificateTemplateExportAction.php.
Referenced by __construct().