| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilFileDataForum:
 Collaboration diagram for ilFileDataForum:Public Member Functions | |
| __construct (private readonly int $obj_id=0, private readonly int $pos_id=0) | |
| 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 () | |
| importPath (string $path_to_file, int $posting_id) | |
Private Member Functions | |
| getCurrentPosting () | |
| getImplementation () | |
Private Attributes | |
| array | $posting_cache = [] | 
| ilFileDataForumLegacyImplementation | $legacy_implementation | 
| ilFileDataForumRCImplementation | $rc_implementation | 
Definition at line 21 of file class.ilFileDataForum.php.
| ilFileDataForum::__construct | ( | private readonly int | $obj_id = 0,  | 
        
| private readonly int | $pos_id = 0  | 
        ||
| ) | 
Definition at line 28 of file class.ilFileDataForum.php.
| ilFileDataForum::delete | ( | array | $posting_ids_to_delete = null | ) | 
| list<int>|null | $posting_ids_to_delete | 
Implements ilFileDataForumInterface.
Definition at line 99 of file class.ilFileDataForum.php.
References getImplementation().
 Here is the call graph for this function:| ilFileDataForum::deliverFile | ( | string | $file | ) | 
Implements ilFileDataForumInterface.
Definition at line 131 of file class.ilFileDataForum.php.
References getImplementation().
 Here is the call graph for this function:| ilFileDataForum::deliverZipFile | ( | ) | 
Implements ilFileDataForumInterface.
Definition at line 136 of file class.ilFileDataForum.php.
References getImplementation().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 42 of file class.ilFileDataForum.php.
Referenced by getImplementation(), and importPath().
 Here is the caller graph for this function:| ilFileDataForum::getFileDataByMD5Filename | ( | string | $hashed_filename | ) | 
Implements ilFileDataForumInterface.
Definition at line 117 of file class.ilFileDataForum.php.
References getImplementation().
 Here is the call graph for this function:| ilFileDataForum::getFilesOfPost | ( | ) | 
Implements ilFileDataForumInterface.
Definition at line 84 of file class.ilFileDataForum.php.
References getImplementation().
Referenced by ilForumNotificationDataProvider\readAttachments(), and ilObjForumGUI\renderPostContent().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilFileDataForum::getForumPath | ( | ) | 
Implements ilFileDataForumInterface.
Definition at line 76 of file class.ilFileDataForum.php.
References getImplementation().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 51 of file class.ilFileDataForum.php.
References $legacy_implementation, $rc_implementation, getCurrentPosting(), and ilForumPost\NO_RCID.
Referenced by delete(), deliverFile(), deliverZipFile(), getFileDataByMD5Filename(), getFilesOfPost(), getForumPath(), getObjId(), getPosId(), ilClone(), moveFilesOfPost(), setPosId(), unlinkFile(), and unlinkFilesByMD5Filenames().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilFileDataForum::getObjId | ( | ) | 
Implements ilFileDataForumInterface.
Definition at line 61 of file class.ilFileDataForum.php.
References getImplementation().
 Here is the call graph for this function:| ilFileDataForum::getPosId | ( | ) | 
Implements ilFileDataForumInterface.
Definition at line 66 of file class.ilFileDataForum.php.
References getImplementation().
 Here is the call graph for this function:| ilFileDataForum::ilClone | ( | int | $new_obj_id, | 
| int | $new_posting_id | ||
| ) | 
Implements ilFileDataForumInterface.
Definition at line 94 of file class.ilFileDataForum.php.
References getImplementation().
Referenced by ilObjForum\update().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilFileDataForum::importPath | ( | string | $path_to_file, | 
| int | $posting_id | ||
| ) | 
Definition at line 141 of file class.ilFileDataForum.php.
References getCurrentPosting(), and setPosId().
Referenced by ilForumXMLParser\handlerEndTag().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilFileDataForum::moveFilesOfPost | ( | int | $new_frm_id = 0 | ) | 
Implements ilFileDataForumInterface.
Definition at line 89 of file class.ilFileDataForum.php.
References getImplementation().
 Here is the call graph for this function:| ilFileDataForum::setPosId | ( | int | $posting_id | ) | 
Implements ilFileDataForumInterface.
Definition at line 71 of file class.ilFileDataForum.php.
References getImplementation().
Referenced by importPath().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilFileDataForum::storeUploadedFiles | ( | ) | 
Implements ilFileDataForumInterface.
Definition at line 104 of file class.ilFileDataForum.php.
Referenced by ilObjForumGUI\createThread(), ilObjForumGUI\publishDraftObject(), and ilObjForumGUI\savePostObject().
 Here is the caller graph for this function:| ilFileDataForum::unlinkFile | ( | string | $filename | ) | 
Implements ilFileDataForumInterface.
Definition at line 109 of file class.ilFileDataForum.php.
References getImplementation().
 Here is the call graph for this function:| ilFileDataForum::unlinkFilesByMD5Filenames | ( | $hashed_filename_or_filenames | ) | 
| string|string[] | $hashed_filename_or_filenames | 
Implements ilFileDataForumInterface.
Definition at line 125 of file class.ilFileDataForum.php.
References getImplementation().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 25 of file class.ilFileDataForum.php.
Referenced by getImplementation().
      
  | 
  private | 
Definition at line 24 of file class.ilFileDataForum.php.
      
  | 
  private | 
Definition at line 26 of file class.ilFileDataForum.php.
Referenced by getImplementation().