ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getDirectory (int $a_version=0) | |
deleteVersions (?array $a_hist_entry_ids=null) | |
Deletes the specified history entries or all entries if no ids are specified. More... | |
getFileType () | |
getStorageID () | |
getFileSize () | |
getFileName () | |
getFile (?int $a_hist_entry_id=null) | |
getVersion (bool $inclduing_drafts=false) | |
getMaxVersion () | |
sendFile (?int $a_hist_entry_id=null, bool $inline=true) | |
handleChangedObjectTitle (string $new_title) | |
getFileExtension () | |
Returns the extension of the file name converted to lower-case. More... | |
getVersions (?array $version_ids=null) | |
Gets the file versions for this object. More... | |
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 Interface ilObjFileImplementationInterface
Definition at line 23 of file interface.ilObjFileImplementationInterface.php.
ilObjFileImplementationInterface::deleteVersions | ( | ?array | $a_hist_entry_ids = null | ) |
Deletes the specified history entries or all entries if no ids are specified.
array | null | $a_hist_entry_ids | The ids of the entries to delete or null to delete all entries |
Implemented in ilObjFileImplementationStorage, and ilObjFileImplementationEmpty.
ilObjFileImplementationInterface::getDirectory | ( | int | $a_version = 0 | ) |
Implemented in ilObjFileImplementationStorage, and ilObjFileImplementationEmpty.
ilObjFileImplementationInterface::getFile | ( | ?int | $a_hist_entry_id = null | ) |
Implemented in ilObjFile, ilObjFileImplementationEmpty, and ilObjFileImplementationStorage.
ilObjFileImplementationInterface::getFileExtension | ( | ) |
Returns the extension of the file name converted to lower-case.
e.g. returns 'pdf' for 'document.pdf'.
Implemented in ilObjFile, ilObjFileImplementationStorage, and ilObjFileImplementationEmpty.
ilObjFileImplementationInterface::getFileName | ( | ) |
Implemented in ilObjFile, ilObjFileImplementationStorage, and ilObjFileImplementationEmpty.
ilObjFileImplementationInterface::getFileSize | ( | ) |
Implemented in ilObjFile, ilObjFileImplementationStorage, and ilObjFileImplementationEmpty.
ilObjFileImplementationInterface::getFileType | ( | ) |
Implemented in ilObjFile, ilObjFileImplementationStorage, and ilObjFileImplementationEmpty.
ilObjFileImplementationInterface::getMaxVersion | ( | ) |
Implemented in ilObjFile, ilObjFileImplementationStorage, and ilObjFileImplementationEmpty.
ilObjFileImplementationInterface::getStorageID | ( | ) |
Implemented in ilObjFile, ilObjFileImplementationStorage, and ilObjFileImplementationEmpty.
ilObjFileImplementationInterface::getVersion | ( | bool | $inclduing_drafts = false | ) |
Implemented in ilObjFile, ilObjFileImplementationStorage, and ilObjFileImplementationEmpty.
ilObjFileImplementationInterface::getVersions | ( | ?array | $version_ids = null | ) |
Gets the file versions for this object.
array | $version_ids | The file versions to get. If not specified all versions are returned. |
Implemented in ilObjFileImplementationStorage, and ilObjFileImplementationEmpty.
ilObjFileImplementationInterface::handleChangedObjectTitle | ( | string | $new_title | ) |
Implemented in ilObjFile, ilObjFileImplementationEmpty, and ilObjFileImplementationStorage.
ilObjFileImplementationInterface::sendFile | ( | ?int | $a_hist_entry_id = null , |
bool | $inline = true |
||
) |
bool | $inline |
Implemented in ilObjFile, ilObjFileImplementationStorage, and ilObjFileImplementationEmpty.