ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Just a wrapper class to create Unit Test for other classes. More...
Public Member Functions | |
__construct () | |
deliverData (string $data, string $fileName, string $mimeType) | |
prepareFormOutput (string $string) | |
convertImage (string $from, string $to, string $geometry='') | |
stripSlashes (string $string) | |
zipAndDeliver (array $streams, string $download_filename) | |
getDir (string $copyDirectory) | |
unzip (string $file, string $zip_output_path, 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) | |
Private Attributes | |
readonly ILIAS Filesystem Util Convert LegacyImages | $image_converter |
readonly ILIAS Filesystem Util Archive Archives | $archives |
readonly ILIAS FileDelivery Services | $delivery |
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 31 of file ilCertificateUtilHelper.php.
ilCertificateUtilHelper::__construct | ( | ) |
ilCertificateUtilHelper::convertImage | ( | string | $from, |
string | $to, | ||
string | $geometry = '' |
||
) |
Definition at line 59 of file ilCertificateUtilHelper.php.
References null.
ilCertificateUtilHelper::delDir | ( | string | $path | ) |
Definition at line 105 of file ilCertificateUtilHelper.php.
References ilFileUtils\delDir().
ilCertificateUtilHelper::deliverData | ( | string | $data, |
string | $fileName, | ||
string | $mimeType | ||
) |
Definition at line 45 of file ilCertificateUtilHelper.php.
References ilUtil\deliverData().
ilCertificateUtilHelper::getDir | ( | string | $copyDirectory | ) |
Definition at line 89 of file ilCertificateUtilHelper.php.
References ilFileUtils\getDir().
ilCertificateUtilHelper::getImagePath | ( | string | $img, |
string | $module_path = "" , |
||
string | $mode = "output" , |
||
bool | $offline = false |
||
) |
Definition at line 129 of file ilCertificateUtilHelper.php.
References ilUtil\getImagePath().
ilCertificateUtilHelper::moveUploadedFile | ( | string | $file, |
string | $name, | ||
string | $target, | ||
bool | $raise_errors = true , |
||
string | $mode = 'move_uploaded' |
||
) |
ilException |
Definition at line 113 of file ilCertificateUtilHelper.php.
References ilFileUtils\moveUploadedFile().
ilCertificateUtilHelper::prepareFormOutput | ( | string | $string | ) |
Definition at line 54 of file ilCertificateUtilHelper.php.
References ilLegacyFormElementsUtil\prepareFormOutput().
ilCertificateUtilHelper::stripSlashes | ( | string | $string | ) |
Definition at line 73 of file ilCertificateUtilHelper.php.
References ilUtil\stripSlashes().
ilCertificateUtilHelper::unzip | ( | string | $file, |
string | $zip_output_path, | ||
bool | $overwrite | ||
) |
Definition at line 94 of file ilCertificateUtilHelper.php.
ilCertificateUtilHelper::zipAndDeliver | ( | array | $streams, |
string | $download_filename | ||
) |
list<Streams> | $streams |
Definition at line 81 of file ilCertificateUtilHelper.php.
|
private |
Definition at line 34 of file ilCertificateUtilHelper.php.
|
private |
Definition at line 35 of file ilCertificateUtilHelper.php.
|
private |
Definition at line 33 of file ilCertificateUtilHelper.php.