|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilCertificateTemplateExportAction:Public Member Functions | |
| __construct (private readonly int $objectId, private readonly string $certificatePath, private readonly ilCertificateTemplateRepository $templateRepository, private readonly IRSS $irss, ?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 31 of file class.ilCertificateTemplateExportAction.php.
| ilCertificateTemplateExportAction::__construct | ( | private readonly int | $objectId, |
| private readonly string | $certificatePath, | ||
| private readonly ilCertificateTemplateRepository | $templateRepository, | ||
| private readonly IRSS | $irss, | ||
| ?ilCertificateObjectHelper | $objectHelper = null, |
||
| ?ilCertificateUtilHelper | $utilHelper = null |
||
| ) |
Definition at line 36 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.
Definition at line 58 of file class.ilCertificateTemplateExportAction.php.
|
private |
Definition at line 33 of file class.ilCertificateTemplateExportAction.php.
Referenced by __construct().
|
private |
Definition at line 34 of file class.ilCertificateTemplateExportAction.php.
Referenced by __construct().