19 declare(strict_types=1);
    29         private readonly 
int $obj_id = 0,
    30         private readonly 
int $pos_id = 0
    44         if (isset($this->posting_cache[$this->pos_id])) {
    45             return $this->posting_cache[$this->pos_id];
    48         return $this->posting_cache[$this->pos_id] = 
new ilForumPost($this->pos_id);
    71     public function setPosId(
int $posting_id): void
    94     public function ilClone(
int $new_obj_id, 
int $new_posting_id): bool
    99     public function delete(array $posting_ids_to_delete = null): 
bool   106         return $this->rc_implementation->storeUploadedFiles();
   127         return $this->
getImplementation()->unlinkFilesByMD5Filenames($hashed_filename_or_filenames);
   141     public function importPath(
string $path_to_file, 
int $posting_id): void
   145         $this->rc_implementation->importFileToCollection($path_to_file, $this->
getCurrentPosting());
 ilClone(int $new_obj_id, int $new_posting_id)
 
unlinkFilesByMD5Filenames($hashed_filename_or_filenames)
 
deliverFile(string $file)
 
setPosId(int $posting_id)
 
ilFileDataForumRCImplementation $rc_implementation
 
unlinkFile(string $filename)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
importPath(string $path_to_file, int $posting_id)
 
getFileDataByMD5Filename(string $hashed_filename)
 
moveFilesOfPost(int $new_frm_id=0)
 
ilFileDataForumLegacyImplementation $legacy_implementation
 
__construct(private readonly int $obj_id=0, private readonly int $pos_id=0)