|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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 () | |
Private Attributes | |
| array | $posting_cache = [] |
| readonly 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 27 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 82 of file class.ilFileDataForum.php.
| ilFileDataForum::deliverFile | ( | string | $file | ) |
Implements ilFileDataForumInterface.
Definition at line 113 of file class.ilFileDataForum.php.
| ilFileDataForum::deliverZipFile | ( | ) |
Implements ilFileDataForumInterface.
Definition at line 118 of file class.ilFileDataForum.php.
|
private |
Definition at line 37 of file class.ilFileDataForum.php.
Referenced by importPath().
Here is the caller graph for this function:| ilFileDataForum::getFileDataByMD5Filename | ( | string | $hashed_filename | ) |
Implements ilFileDataForumInterface.
Definition at line 100 of file class.ilFileDataForum.php.
| ilFileDataForum::getFilesOfPost | ( | ) |
Implements ilFileDataForumInterface.
Definition at line 67 of file class.ilFileDataForum.php.
Referenced by ilForumNotificationDataProvider\readAttachments(), and ilObjForumGUI\renderPostContent().
Here is the caller graph for this function:| ilFileDataForum::getForumPath | ( | ) |
Implements ilFileDataForumInterface.
Definition at line 59 of file class.ilFileDataForum.php.
| ilFileDataForum::getObjId | ( | ) |
Implements ilFileDataForumInterface.
Definition at line 44 of file class.ilFileDataForum.php.
| ilFileDataForum::getPosId | ( | ) |
Implements ilFileDataForumInterface.
Definition at line 49 of file class.ilFileDataForum.php.
| ilFileDataForum::ilClone | ( | int | $new_obj_id, |
| int | $new_posting_id | ||
| ) |
Implements ilFileDataForumInterface.
Definition at line 77 of file class.ilFileDataForum.php.
Referenced by ilObjForum\update().
Here is the caller graph for this function:| ilFileDataForum::importPath | ( | string | $path_to_file, |
| int | $posting_id | ||
| ) |
Definition at line 123 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 72 of file class.ilFileDataForum.php.
| ilFileDataForum::setPosId | ( | int | $posting_id | ) |
Implements ilFileDataForumInterface.
Definition at line 54 of file class.ilFileDataForum.php.
Referenced by importPath().
Here is the caller graph for this function:| ilFileDataForum::storeUploadedFiles | ( | ) |
Implements ilFileDataForumInterface.
Definition at line 87 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 | ) |
| ilFileDataForum::unlinkFilesByMD5Filenames | ( | $hashed_filename_or_filenames | ) |
| string|string[] | $hashed_filename_or_filenames |
Implements ilFileDataForumInterface.
Definition at line 108 of file class.ilFileDataForum.php.
|
private |
Definition at line 24 of file class.ilFileDataForum.php.
|
private |
Definition at line 25 of file class.ilFileDataForum.php.