|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Poll\Image\Handler:
Collaboration diagram for ILIAS\Poll\Image\Handler:Public Member Functions | |
| __construct (ilResourceStorageServices $irss, ilPollImageRepositoryFactoryInterface $repository) | |
| uploadImage (ObjectId $object_id, string $file_path, string $file_name, int $user_id) | |
| cloneImage (ObjectId $original_object_id, ObjectId $clone_object_id, int $user_id) | |
| deleteImage (ObjectId $object_id, int $user_id) | |
| getThumbnailImageURL (ObjectId $object_id) | |
| getProcessedImageURL (ObjectId $object_id) | |
| getUnprocessedImageURL (ObjectId $object_id) | |
| getRessource (ObjectId $object_id) | |
| uploadImage (ObjectId $object_id, string $file_path, string $file_name, int $user_id) | |
| cloneImage (ObjectId $original_object_id, ObjectId $clone_object_id, int $user_id) | |
| deleteImage (ObjectId $object_id, int $user_id) | |
| getThumbnailImageURL (ObjectId $object_id) | |
| getProcessedImageURL (ObjectId $object_id) | |
| getUnprocessedImageURL (ObjectId $object_id) | |
| getRessource (ObjectId $object_id) | |
Protected Attributes | |
| ilResourceStorageServices | $irss |
| ilPollImageRepositoryFactoryInterface | $repository |
Definition at line 30 of file Handler.php.
| ILIAS\Poll\Image\Handler::__construct | ( | ilResourceStorageServices | $irss, |
| ilPollImageRepositoryFactoryInterface | $repository | ||
| ) |
Definition at line 35 of file Handler.php.
References ILIAS\Poll\Image\Handler\$irss, ILIAS\Poll\Image\Handler\$repository, and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ILIAS\Poll\Image\Handler::cloneImage | ( | ObjectId | $original_object_id, |
| ObjectId | $clone_object_id, | ||
| int | $user_id | ||
| ) |
Implements ILIAS\Poll\Image\I\HandlerInterface.
Definition at line 65 of file Handler.php.
| ILIAS\Poll\Image\Handler::deleteImage | ( | ObjectId | $object_id, |
| int | $user_id | ||
| ) |
Implements ILIAS\Poll\Image\I\HandlerInterface.
Definition at line 91 of file Handler.php.
References $user_id, and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ILIAS\Poll\Image\Handler::getProcessedImageURL | ( | ObjectId | $object_id | ) |
Implements ILIAS\Poll\Image\I\HandlerInterface.
Definition at line 116 of file Handler.php.
| ILIAS\Poll\Image\Handler::getRessource | ( | ObjectId | $object_id | ) |
Implements ILIAS\Poll\Image\I\HandlerInterface.
Definition at line 140 of file Handler.php.
| ILIAS\Poll\Image\Handler::getThumbnailImageURL | ( | ObjectId | $object_id | ) |
Implements ILIAS\Poll\Image\I\HandlerInterface.
Definition at line 104 of file Handler.php.
| ILIAS\Poll\Image\Handler::getUnprocessedImageURL | ( | ObjectId | $object_id | ) |
Implements ILIAS\Poll\Image\I\HandlerInterface.
Definition at line 128 of file Handler.php.
| ILIAS\Poll\Image\Handler::uploadImage | ( | ObjectId | $object_id, |
| string | $file_path, | ||
| string | $file_name, | ||
| int | $user_id | ||
| ) |
Implements ILIAS\Poll\Image\I\HandlerInterface.
Definition at line 43 of file Handler.php.
|
protected |
Definition at line 32 of file Handler.php.
Referenced by ILIAS\Poll\Image\Handler\__construct().
|
protected |
Definition at line 33 of file Handler.php.
Referenced by ILIAS\Poll\Image\Handler\__construct().