|
ILIAS
release_8 Revision v8.24
|
Just a wrapper class to create Unit Test for other classes. More...
Collaboration diagram for ilCertificateUtilHelper:Public Member Functions | |
| deliverData (string $data, string $fileName, string $mimeType) | |
| prepareFormOutput (string $string) | |
| convertImage (string $from, string $to, string $targetFormat='', string $geometry='', string $backgroundColor='') | |
| stripSlashes (string $string) | |
| zip (string $exportPath, string $zipPath) | |
| deliverFile (string $zipPath, string $zipFileName, string $mime) | |
| getDir (string $copyDirectory) | |
| unzip (string $file, bool $overwrite) | |
| delDir (string $path) | |
| moveUploadedFile (string $file, string $name, string $target, bool $raise_errors=true, string $mode='move_uploaded') | |
| getImagePath (string $img, string $module_path="", string $mode="output", bool $offline=false) | |
Just a wrapper class to create Unit Test for other classes.
Can be remove when the static method calls have been removed
Definition at line 26 of file ilCertificateUtilHelper.php.
| ilCertificateUtilHelper::convertImage | ( | string | $from, |
| string | $to, | ||
| string | $targetFormat = '', |
||
| string | $geometry = '', |
||
| string | $backgroundColor = '' |
||
| ) |
Definition at line 42 of file ilCertificateUtilHelper.php.
| ilCertificateUtilHelper::delDir | ( | string | $path | ) |
Definition at line 77 of file ilCertificateUtilHelper.php.
References $path, and ilFileUtils\delDir().
Here is the call graph for this function:| ilCertificateUtilHelper::deliverData | ( | string | $data, |
| string | $fileName, | ||
| string | $mimeType | ||
| ) |
Definition at line 28 of file ilCertificateUtilHelper.php.
References $data, and ilUtil\deliverData().
Here is the call graph for this function:| ilCertificateUtilHelper::deliverFile | ( | string | $zipPath, |
| string | $zipFileName, | ||
| string | $mime | ||
| ) |
Definition at line 62 of file ilCertificateUtilHelper.php.
References ilFileDelivery\deliverFileLegacy().
Here is the call graph for this function:| ilCertificateUtilHelper::getDir | ( | string | $copyDirectory | ) |
Definition at line 67 of file ilCertificateUtilHelper.php.
References ilFileUtils\getDir().
Here is the call graph for this function:| ilCertificateUtilHelper::getImagePath | ( | string | $img, |
| string | $module_path = "", |
||
| string | $mode = "output", |
||
| bool | $offline = false |
||
| ) |
Definition at line 107 of file ilCertificateUtilHelper.php.
| ilCertificateUtilHelper::moveUploadedFile | ( | string | $file, |
| string | $name, | ||
| string | $target, | ||
| bool | $raise_errors = true, |
||
| string | $mode = 'move_uploaded' |
||
| ) |
| string | $file | |
| string | $name | |
| string | $target | |
| bool | $raise_errors | |
| string | $mode |
| ilException |
Definition at line 91 of file ilCertificateUtilHelper.php.
| ilCertificateUtilHelper::prepareFormOutput | ( | string | $string | ) |
Definition at line 37 of file ilCertificateUtilHelper.php.
References ilLegacyFormElementsUtil\prepareFormOutput().
Here is the call graph for this function:| ilCertificateUtilHelper::stripSlashes | ( | string | $string | ) |
Definition at line 52 of file ilCertificateUtilHelper.php.
References ilUtil\stripSlashes().
Here is the call graph for this function:| ilCertificateUtilHelper::unzip | ( | string | $file, |
| bool | $overwrite | ||
| ) |
Definition at line 72 of file ilCertificateUtilHelper.php.
References ilFileUtils\unzip().
Here is the call graph for this function:| ilCertificateUtilHelper::zip | ( | string | $exportPath, |
| string | $zipPath | ||
| ) |
Definition at line 57 of file ilCertificateUtilHelper.php.
References ilFileUtils\zip().
Here is the call graph for this function: