ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilObjFileImplementationAbstract. More...
Public Member Functions | |
createDirectory () | |
replaceFile ($a_upload_file, $a_filename) | |
addFileVersion ($a_upload_file, $a_filename) | |
clearDataDirectory () | |
setFileType ($a_type) | |
setFileSize ($a_size) | |
getFileSize () | |
setVersion ($a_version) | |
getVersion () | |
setMaxVersion ($a_max_version) | |
getMaxVersion () | |
storeUnzipedFile ($a_upload_file, $a_filename) | |
getSpecificVersion ($version_id) | |
![]() | |
getDirectory ($a_version=0) | |
deleteVersions ($a_hist_entry_ids=null) | |
Deletes the specified history entries or all entries if no ids are specified. More... | |
getFileType () | |
getStorageID () | |
handleChangedObjectTitle (string $new_title) | |
getFile ($a_hist_entry_id=null) | |
sendFile ($a_hist_entry_id=null) | |
getFileExtension () | |
Returns the extension of the file name converted to lower-case. More... | |
getVersions ($version_ids=null) | |
Gets the file versions for this object. More... | |
export (string $target_dir) | |
Class ilObjFileImplementationAbstract.
Definition at line 7 of file class.ilObjFileImplementationAbstract.php.
ilObjFileImplementationAbstract::addFileVersion | ( | $a_upload_file, | |
$a_filename | |||
) |
Definition at line 29 of file class.ilObjFileImplementationAbstract.php.
ilObjFileImplementationAbstract::clearDataDirectory | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 37 of file class.ilObjFileImplementationAbstract.php.
ilObjFileImplementationAbstract::createDirectory | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 13 of file class.ilObjFileImplementationAbstract.php.
ilObjFileImplementationAbstract::getFileSize | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 58 of file class.ilObjFileImplementationAbstract.php.
ilObjFileImplementationAbstract::getMaxVersion | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 84 of file class.ilObjFileImplementationAbstract.php.
Referenced by ilObjFileImplementationLegacy\deleteVersions().
ilObjFileImplementationAbstract::getSpecificVersion | ( | $version_id | ) |
Definition at line 100 of file class.ilObjFileImplementationAbstract.php.
ilObjFileImplementationAbstract::getVersion | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 71 of file class.ilObjFileImplementationAbstract.php.
ilObjFileImplementationAbstract::replaceFile | ( | $a_upload_file, | |
$a_filename | |||
) |
Implements ilObjFileImplementationInterface.
Definition at line 21 of file class.ilObjFileImplementationAbstract.php.
ilObjFileImplementationAbstract::setFileSize | ( | $a_size | ) |
Implements ilObjFileImplementationInterface.
Definition at line 53 of file class.ilObjFileImplementationAbstract.php.
ilObjFileImplementationAbstract::setFileType | ( | $a_type | ) |
Implements ilObjFileImplementationInterface.
Definition at line 45 of file class.ilObjFileImplementationAbstract.php.
ilObjFileImplementationAbstract::setMaxVersion | ( | $a_max_version | ) |
Implements ilObjFileImplementationInterface.
Definition at line 79 of file class.ilObjFileImplementationAbstract.php.
ilObjFileImplementationAbstract::setVersion | ( | $a_version | ) |
Implements ilObjFileImplementationInterface.
Definition at line 66 of file class.ilObjFileImplementationAbstract.php.
ilObjFileImplementationAbstract::storeUnzipedFile | ( | $a_upload_file, | |
$a_filename | |||
) |
Implements ilObjFileImplementationInterface.
Definition at line 92 of file class.ilObjFileImplementationAbstract.php.