|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilUserCertificateZip:Public Member Functions | |
| __construct (int $objectId, string $certificatePath, string $webDirectory=CLIENT_WEB_DIR, string $installationId=IL_INST_ID) | |
| createArchiveDirectory () | |
| addPDFtoArchiveDirectory (string $pdfdata, string $dir, string $filename) | |
| Adds PDF data as a file to a given directory. More... | |
| zipCertificatesInArchiveDirectory (string $dir, bool $deliver=true) | |
Private Attributes | |
| int | $objectId |
| string | $webDirectory |
| string | $certificatePath |
| string | $typeInFileName |
| string | $installionId |
Definition at line 24 of file class.ilUserCertificateZip.php.
| ilUserCertificateZip::__construct | ( | int | $objectId, |
| string | $certificatePath, | ||
| string | $webDirectory = CLIENT_WEB_DIR, |
||
| string | $installationId = IL_INST_ID |
||
| ) |
Definition at line 32 of file class.ilUserCertificateZip.php.
References $certificatePath, $objectId, $typeInFileName, $webDirectory, and ilObject\_lookupType().
Here is the call graph for this function:| ilUserCertificateZip::addPDFtoArchiveDirectory | ( | string | $pdfdata, |
| string | $dir, | ||
| string | $filename | ||
| ) |
Adds PDF data as a file to a given directory.
| string | $pdfdata | Binary PDF data |
| string | $dir | Directory to contain the PDF data |
| string | $filename | The filename to save the PDF data |
Definition at line 78 of file class.ilUserCertificateZip.php.
References $filename.
| ilUserCertificateZip::createArchiveDirectory | ( | ) |
Definition at line 61 of file class.ilUserCertificateZip.php.
References $objectId, $type, ilObject\_lookupType(), and ilFileUtils\makeDirParents().
Here is the call graph for this function:| ilUserCertificateZip::zipCertificatesInArchiveDirectory | ( | string | $dir, |
| bool | $deliver = true |
||
| ) |
Definition at line 85 of file class.ilUserCertificateZip.php.
References ilFileUtils\delDir(), ilFileDelivery\deliverFileLegacy(), and ilFileUtils\zip().
Here is the call graph for this function:
|
private |
Definition at line 28 of file class.ilUserCertificateZip.php.
Referenced by __construct().
|
private |
Definition at line 30 of file class.ilUserCertificateZip.php.
|
private |
Definition at line 26 of file class.ilUserCertificateZip.php.
Referenced by __construct(), and createArchiveDirectory().
|
private |
Definition at line 29 of file class.ilUserCertificateZip.php.
Referenced by __construct().
|
private |
Definition at line 27 of file class.ilUserCertificateZip.php.
Referenced by __construct().