| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilFileDataForumInterface:
 Collaboration diagram for ilFileDataForumInterface:Public Member Functions | |
| getObjId () | |
| getPosId () | |
| setPosId (int $posting_id) | |
| getForumPath () | |
| getFilesOfPost () | |
| moveFilesOfPost (int $new_frm_id=0) | |
| ilClone (int $new_obj_id, int $new_posting_id) | |
| delete (array $posting_ids_to_delete=null) | |
| storeUploadedFiles () | |
| unlinkFile (string $filename) | |
| getFileDataByMD5Filename (string $hashed_filename) | |
| unlinkFilesByMD5Filenames ($hashed_filename_or_filenames) | |
| deliverFile (string $file) | |
| deliverZipFile () | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file interface.ilFileDataForumInterface.php.
| ilFileDataForumInterface::delete | ( | array | $posting_ids_to_delete = null | ) | 
| list<int>|null | $posting_ids_to_delete | 
Implemented in ilFileDataForumLegacyImplementation, ilFileDataForumRCImplementation, ilFileDataForumDraftsRCImplementation, ilFileDataForumDraftsLegacyImplementation, ilFileDataForum, and ilFileDataForumDrafts.
| ilFileDataForumInterface::deliverFile | ( | string | $file | ) | 
| ilFileDataForumInterface::deliverZipFile | ( | ) | 
| ilFileDataForumInterface::getFileDataByMD5Filename | ( | string | $hashed_filename | ) | 
Implemented in ilFileDataForumRCImplementation, ilFileDataForumLegacyImplementation, ilFileDataForumDraftsRCImplementation, ilFileDataForumDraftsLegacyImplementation, ilFileDataForum, and ilFileDataForumDrafts.
| ilFileDataForumInterface::getFilesOfPost | ( | ) | 
Implemented in ilFileDataForumRCImplementation, ilFileDataForumDraftsRCImplementation, ilFileDataForum, and ilFileDataForumDrafts.
Referenced by ilFileDataForumDraftsLegacyImplementation\createZipFile(), ilFileDataForumLegacyImplementation\createZipFile(), ilFileDataForumDraftsLegacyImplementation\getDraftsPath(), ilFileDataForumLegacyImplementation\getForumPath(), and ilFileDataForumLegacyImplementation\ilClone().
 Here is the caller graph for this function:| ilFileDataForumInterface::getForumPath | ( | ) | 
| ilFileDataForumInterface::getObjId | ( | ) | 
| ilFileDataForumInterface::getPosId | ( | ) | 
| ilFileDataForumInterface::ilClone | ( | int | $new_obj_id, | 
| int | $new_posting_id | ||
| ) | 
| ilFileDataForumInterface::moveFilesOfPost | ( | int | $new_frm_id = 0 | ) | 
Implemented in ilFileDataForumDraftsLegacyImplementation, ilFileDataForumRCImplementation, ilFileDataForumDraftsRCImplementation, ilFileDataForum, and ilFileDataForumDrafts.
Referenced by ilFileDataForumLegacyImplementation\getForumPath().
 Here is the caller graph for this function:| ilFileDataForumInterface::setPosId | ( | int | $posting_id | ) | 
| ilFileDataForumInterface::storeUploadedFiles | ( | ) | 
| ilFileDataForumInterface::unlinkFile | ( | string | $filename | ) | 
| ilFileDataForumInterface::unlinkFilesByMD5Filenames | ( | $hashed_filename_or_filenames | ) | 
| string|string[] | $hashed_filename_or_filenames | 
Implemented in ilFileDataForumRCImplementation, ilFileDataForumDraftsRCImplementation, ilFileDataForumLegacyImplementation, ilFileDataForumDraftsLegacyImplementation, ilFileDataForum, and ilFileDataForumDrafts.