ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Just a wrapper class to create Unit Test for other classes. More...
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 ($img, $module_path="", $mode="output", $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 10 of file ilCertificateUtilHelper.php.
ilCertificateUtilHelper::convertImage | ( | string | $from, |
string | $to, | ||
string | $targetFormat = '' , |
||
string | $geometry = '' , |
||
string | $backgroundColor = '' |
||
) |
string | $from | |
string | $to | |
string | $targetFormat | |
string | $geometry | |
string | $backgroundColor |
Definition at line 42 of file ilCertificateUtilHelper.php.
References ilUtil\convertImage().
ilCertificateUtilHelper::delDir | ( | string | $path | ) |
string | $path |
Definition at line 101 of file ilCertificateUtilHelper.php.
References ilUtil\delDir().
ilCertificateUtilHelper::deliverData | ( | string | $data, |
string | $fileName, | ||
string | $mimeType | ||
) |
string | $data | |
string | $fileName | |
string | $mimeType |
Definition at line 17 of file ilCertificateUtilHelper.php.
References ilUtil\deliverData().
ilCertificateUtilHelper::deliverFile | ( | string | $zipPath, |
string | $zipFileName, | ||
string | $mime | ||
) |
string | $zipPath | |
string | $zipFileName | |
string | $mime |
Definition at line 75 of file ilCertificateUtilHelper.php.
References ilUtil\deliverFile().
ilCertificateUtilHelper::getDir | ( | string | $copyDirectory | ) |
string | $copyDirectory |
Definition at line 84 of file ilCertificateUtilHelper.php.
References ilUtil\getDir().
ilCertificateUtilHelper::getImagePath | ( | $img, | |
$module_path = "" , |
|||
$mode = "output" , |
|||
$offline = false |
|||
) |
$img | ||
string | $module_path | |
string | $mode | |
bool | $offline |
Definition at line 138 of file ilCertificateUtilHelper.php.
References $img, and ilUtil\getImagePath().
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 115 of file ilCertificateUtilHelper.php.
ilCertificateUtilHelper::prepareFormOutput | ( | string | $string | ) |
string | $string |
Definition at line 30 of file ilCertificateUtilHelper.php.
References ilUtil\prepareFormOutput().
ilCertificateUtilHelper::stripSlashes | ( | string | $string | ) |
string | $string |
Definition at line 56 of file ilCertificateUtilHelper.php.
References ilUtil\stripSlashes().
ilCertificateUtilHelper::unzip | ( | string | $file, |
bool | $overwrite | ||
) |
string | $file | |
bool | $overwrite |
Definition at line 93 of file ilCertificateUtilHelper.php.
References ilUtil\unzip().
ilCertificateUtilHelper::zip | ( | string | $exportPath, |
string | $zipPath | ||
) |
string | $exportPath | |
string | $zipPath |
Definition at line 65 of file ilCertificateUtilHelper.php.
References ilUtil\zip().