|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilObjFileImplementationStorage. More...
Inheritance diagram for ilObjFileImplementationStorage:
Collaboration diagram for ilObjFileImplementationStorage:Public Member Functions | |
| handleChangedObjectTitle (string $new_title) | |
| getFile ($a_hist_entry_id=null) | |
| @inheritDoc More... | |
| getFileType () | |
| @inheritDoc More... | |
| getDirectory ($a_version=0) | |
| @inheritDoc More... | |
| sendFile ($a_hist_entry_id=null) | |
| @inheritDoc More... | |
| deleteVersions ($a_hist_entry_ids=null) | |
| @inheritDoc More... | |
| getFileExtension () | |
| @inheritDoc More... | |
| getVersions ($version_ids=null) | |
| @inheritDoc More... | |
| export (string $target_dir) | |
| @depracated More... | |
| getStorageID () | |
Public Member Functions inherited from ilObjFileImplementationAbstract | |
| createDirectory () | |
| @inheritDoc More... | |
| replaceFile ($a_upload_file, $a_filename) | |
| @inheritDoc More... | |
| addFileVersion ($a_upload_file, $a_filename) | |
| @inheritDoc More... | |
| clearDataDirectory () | |
| @inheritDoc More... | |
| setFileType ($a_type) | |
| @inheritDoc More... | |
| setFileSize ($a_size) | |
| @inheritDoc More... | |
| getFileSize () | |
| setVersion ($a_version) | |
| @inheritDoc More... | |
| getVersion () | |
| setMaxVersion ($a_max_version) | |
| @inheritDoc More... | |
| getMaxVersion () | |
| storeUnzipedFile ($a_upload_file, $a_filename) | |
| @inheritDoc More... | |
| getSpecificVersion ($version_id) | |
| @inheritDoc More... | |
| getDirectory ($a_version=0) | |
| createDirectory () | |
| replaceFile ($a_upload_file, $a_filename) | |
| clearDataDirectory () | |
| deleteVersions ($a_hist_entry_ids=null) | |
| Deletes the specified history entries or all entries if no ids are specified. More... | |
| setFileType ($a_type) | |
| getFileType () | |
| getStorageID () | |
| setFileSize ($a_size) | |
| handleChangedObjectTitle (string $new_title) | |
| getFileSize () | |
| getFile ($a_hist_entry_id=null) | |
| setVersion ($a_version) | |
| getVersion () | |
| setMaxVersion ($a_max_version) | |
| getMaxVersion () | |
| sendFile ($a_hist_entry_id=null) | |
| getFileExtension () | |
| Returns the extension of the file name converted to lower-case. More... | |
| storeUnzipedFile ($a_upload_file, $a_filename) | |
| getVersions ($version_ids=null) | |
| Gets the file versions for this object. More... | |
| export (string $target_dir) | |
| @depracated More... | |
Protected Attributes | |
| $resource | |
| $storage | |
| $download_with_uploaded_filename | |
| $obj_id | |
Private Member Functions | |
| debug () | |
| isInline ($a_hist_entry_id=null) | |
Class ilObjFileImplementationStorage.
Definition at line 14 of file class.ilObjFileImplementationStorage.php.
|
private |
Definition at line 51 of file class.ilObjFileImplementationStorage.php.
References $container, and ilUtil\sendInfo().
Here is the call graph for this function:| ilObjFileImplementationStorage::deleteVersions | ( | $a_hist_entry_ids = null | ) |
@inheritDoc
Implements ilObjFileImplementationInterface.
Definition at line 161 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::export | ( | string | $target_dir | ) |
@depracated
Implements ilObjFileImplementationInterface.
Definition at line 205 of file class.ilObjFileImplementationStorage.php.
References $DIC, $obj_id, and IL_INST_ID.
| ilObjFileImplementationStorage::getDirectory | ( | $a_version = 0 | ) |
@inheritDoc
Implements ilObjFileImplementationInterface.
Definition at line 103 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getFile | ( | $a_hist_entry_id = null | ) |
@inheritDoc
Implements ilObjFileImplementationInterface.
Definition at line 83 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getFileExtension | ( | ) |
@inheritDoc
Implements ilObjFileImplementationInterface.
Definition at line 173 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getFileType | ( | ) |
@inheritDoc
Implements ilObjFileImplementationInterface.
Definition at line 95 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getStorageID | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 222 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getVersions | ( | $version_ids = null | ) |
@inheritDoc
Implements ilObjFileImplementationInterface.
Definition at line 181 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::handleChangedObjectTitle | ( | string | $new_title | ) |
Implements ilObjFileImplementationInterface.
Definition at line 73 of file class.ilObjFileImplementationStorage.php.
|
private |
| null | $a_hist_entry_id |
Definition at line 146 of file class.ilObjFileImplementationStorage.php.
References Vendor\Package\$e.
Referenced by sendFile().
Here is the caller graph for this function:| ilObjFileImplementationStorage::sendFile | ( | $a_hist_entry_id = null | ) |
@inheritDoc
Implements ilObjFileImplementationInterface.
Definition at line 117 of file class.ilObjFileImplementationStorage.php.
References isInline().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilObjFileImplementationStorage.php.
|
protected |
Definition at line 31 of file class.ilObjFileImplementationStorage.php.
Referenced by export().
|
protected |
Definition at line 19 of file class.ilObjFileImplementationStorage.php.
|
protected |
Definition at line 23 of file class.ilObjFileImplementationStorage.php.