|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Just a wrapper class to create Unit Test for other classes. More...
Collaboration diagram for ilCertificateUtilHelper: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.
| ilCertificateUtilHelper::delDir | ( | string | $path | ) |
Definition at line 105 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 45 of file ilCertificateUtilHelper.php.
References $data, and ilUtil\deliverData().
Here is the call graph for this function:| ilCertificateUtilHelper::getDir | ( | string | $copyDirectory | ) |
Definition at line 89 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 129 of file ilCertificateUtilHelper.php.
| 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.
| ilCertificateUtilHelper::prepareFormOutput | ( | string | $string | ) |
Definition at line 54 of file ilCertificateUtilHelper.php.
References ilLegacyFormElementsUtil\prepareFormOutput().
Here is the call graph for this function:| ilCertificateUtilHelper::stripSlashes | ( | string | $string | ) |
Definition at line 73 of file ilCertificateUtilHelper.php.
References ilUtil\stripSlashes().
Here is the call graph for this function:| 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.