ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
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 | ( | ) |
ILIAS\Notes\Export\UserImageExporter::exportUserImages | ( | string | $export_dir, |
array | $user_ids | ||
) |
Definition at line 55 of file class.UserImageExporter.php.
Referenced by ILIAS\Notes\Export\UserImageExporter\exportUserImagesForRepObjId().
ILIAS\Notes\Export\UserImageExporter::exportUserImagesForRepObjId | ( | string | $export_dir, |
int | $rep_obj_id | ||
) |
Definition at line 36 of file class.UserImageExporter.php.
References ILIAS\Notes\Export\UserImageExporter\$db, ILIAS\Notes\Export\UserImageExporter\exportUserImages(), ILIAS\Repository\int(), and ilDBInterface\queryF().
|
protected |
Definition at line 27 of file class.UserImageExporter.php.
Referenced by ILIAS\Notes\Export\UserImageExporter\exportUserImagesForRepObjId().