3 declare(strict_types=1);
51 public function copy(
int $target_obj_id): void
62 '/(' .
"tile_image_" .
')(\d*)\/(.*)$/',
63 '${1}' . $target_obj_id .
'/${3}',
74 public function delete():
void 76 if ($this->web->hasDir($this->getRelativeDirectory())) {
91 if ($this->web->has($file_name)) {
92 $this->web->delete($file_name);
95 if ($this->
upload->hasUploads()) {
96 if (!$this->
upload->hasBeenProcessed()) {
104 $this->ext = pathinfo($result->getName(), PATHINFO_EXTENSION);
106 if ($result->isOK()) {
107 $this->
upload->moveOneFileTo(
117 [$width, $height, , ] = getimagesize($fullpath);
118 $min = min($width, $height);
125 "^ -gravity center -extent " .
140 $ext = pathinfo($filename, PATHINFO_EXTENSION);
142 if ($this->web->has($filename)) {
164 'tile_image_' . $this->obj_id
208 $target_dir = implode(
215 $sourceFS = LegacyPathHelper::deriveFilesystemFrom($source_dir);
216 $targetFS = LegacyPathHelper::deriveFilesystemFrom($target_dir);
218 $sourceDir = LegacyPathHelper::createRelativePath($source_dir);
219 $targetDir = LegacyPathHelper::createRelativePath($target_dir);
222 $sourceList = $sourceFS->listContents($sourceDir,
true);
224 foreach ($sourceList as $item) {
225 if ($item->isDir()) {
229 $itemPath = $targetDir .
'/' . substr($item->getPath(), strlen($sourceDir));
230 $stream = $sourceFS->readStream($item->getPath());
231 $targetFS->writeStream($itemPath, $stream);
static getWebspaceDir(string $mode="filesystem")
get webspace directory
__construct(ilObjectService $service, int $obj_id)
Class FileAlreadyExistsException.
createFromImportDir(string $source_dir, string $ext)
persistImageState(string $filename)
static _lookupContainerSetting(int $a_id, string $a_keyword, string $a_default_value=null)
static _writeContainerSetting(int $a_id, string $a_keyword, string $a_value)
saveFromHttpRequest(string $tmp_name)
Save image from request.
static execConvert(string $args)
execute convert command
Class FlySystemFileAccessTest disabled disabled disabled.
static _deleteContainerSettings(int $a_id, string $a_keyword="", bool $a_keyword_like=false)