ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Helper UI class for notes/comments handling in (HTML) exports. More...
Public Member Functions | |
__construct () | |
exportUserImagesForRepObjId (string $export_dir, int $rep_obj_id) | |
exportUserImages (string $export_dir, array $user_ids) | |
Protected Attributes | |
ilDBInterface | $db |
Helper UI class for notes/comments handling in (HTML) exports.
Definition at line 25 of file class.UserImageExporter.php.
ILIAS\Notes\Export\UserImageExporter::__construct | ( | ) |
Definition at line 29 of file class.UserImageExporter.php.
References $DIC.
ILIAS\Notes\Export\UserImageExporter::exportUserImages | ( | string | $export_dir, |
array | $user_ids | ||
) |
Definition at line 55 of file class.UserImageExporter.php.
ILIAS\Notes\Export\UserImageExporter::exportUserImagesForRepObjId | ( | string | $export_dir, |
int | $rep_obj_id | ||
) |
Definition at line 36 of file class.UserImageExporter.php.
References ILIAS\Repository\int().
|
protected |
Definition at line 27 of file class.UserImageExporter.php.