28 public function getDirectory(
int $a_version = 0): string;
35 public function deleteVersions(?array $a_hist_entry_ids = null): void;
46 public function getFile(?
int $a_hist_entry_id = null): string;
56 public function sendFile(?
int $a_hist_entry_id = null,
bool $inline =
true): void;
83 public function getVersions(?array $version_ids = null): array;
sendFile(?int $a_hist_entry_id=null, bool $inline=true)
getFileExtension()
Returns the extension of the file name converted to lower-case.
handleChangedObjectTitle(string $new_title)
getFile(?int $a_hist_entry_id=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getVersions(?array $version_ids=null)
Gets the file versions for this object.
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.