19 declare(strict_types=1);
26 private readonly
int $obj_id = 0,
27 private readonly
int $draft_id = 0
37 return $this->rc_implementation->getObjId();
42 return $this->rc_implementation->getPosId();
45 public function setPosId(
int $posting_id): void
47 throw new DomainException(
'Not implemented');
52 return $this->rc_implementation->getForumPath();
60 return $this->rc_implementation->getFilesOfPost();
65 return $this->rc_implementation->moveFilesOfPost($new_frm_id);
68 public function ilClone(
int $new_obj_id,
int $new_posting_id): bool
70 return $this->rc_implementation->ilClone($new_obj_id, $new_posting_id);
73 public function delete(?array $posting_ids_to_delete =
null):
bool 75 return $this->rc_implementation->delete($posting_ids_to_delete);
80 return $this->rc_implementation->storeUploadedFiles();
85 return $this->rc_implementation->unlinkFile($filename);
93 return $this->rc_implementation->getFileDataByMD5Filename($hashed_filename);
101 return $this->rc_implementation->unlinkFilesByMD5Filenames($hashed_filename_or_filenames);
106 $this->rc_implementation->deliverFile($file);
111 return $this->rc_implementation->deliverZipFile();
deliverFile(string $file)
setPosId(int $posting_id)
getFileDataByMD5Filename(string $hashed_filename)
ilClone(int $new_obj_id, int $new_posting_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
moveFilesOfPost(int $new_frm_id=0)
unlinkFile(string $filename)
readonly ilFileDataForumDraftsRCImplementation $rc_implementation
unlinkFilesByMD5Filenames($hashed_filename_or_filenames)
__construct(private readonly int $obj_id=0, private readonly int $draft_id=0)