ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getFileName () | |
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 () | |
handleChangedObjectTitle (string $new_title) | |
getStorageID () | |
getFileSize () | |
getFile (?int $a_hist_entry_id=null) | |
getVersion (bool $inclduing_drafts=false) | |
getMaxVersion () | |
sendFile (?int $a_hist_entry_id=null, bool $inline=true) | |
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 Class ilObjFileImplementationAbstract
Definition at line 23 of file class.ilObjFileImplementationEmpty.php.
ilObjFileImplementationEmpty::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 |
Implements ilObjFileImplementationInterface.
Definition at line 35 of file class.ilObjFileImplementationEmpty.php.
ilObjFileImplementationEmpty::getDirectory | ( | int | $a_version = 0 | ) |
Implements ilObjFileImplementationInterface.
Definition at line 30 of file class.ilObjFileImplementationEmpty.php.
ilObjFileImplementationEmpty::getFile | ( | ?int | $a_hist_entry_id = null | ) |
Implements ilObjFileImplementationInterface.
Definition at line 60 of file class.ilObjFileImplementationEmpty.php.
ilObjFileImplementationEmpty::getFileExtension | ( | ) |
Returns the extension of the file name converted to lower-case.
e.g. returns 'pdf' for 'document.pdf'.
Implements ilObjFileImplementationInterface.
Definition at line 79 of file class.ilObjFileImplementationEmpty.php.
ilObjFileImplementationEmpty::getFileName | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 25 of file class.ilObjFileImplementationEmpty.php.
ilObjFileImplementationEmpty::getFileSize | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 55 of file class.ilObjFileImplementationEmpty.php.
ilObjFileImplementationEmpty::getFileType | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 40 of file class.ilObjFileImplementationEmpty.php.
ilObjFileImplementationEmpty::getMaxVersion | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 70 of file class.ilObjFileImplementationEmpty.php.
ilObjFileImplementationEmpty::getStorageID | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 50 of file class.ilObjFileImplementationEmpty.php.
References null.
ilObjFileImplementationEmpty::getVersion | ( | bool | $inclduing_drafts = false | ) |
Implements ilObjFileImplementationInterface.
Definition at line 65 of file class.ilObjFileImplementationEmpty.php.
ilObjFileImplementationEmpty::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. |
Implements ilObjFileImplementationInterface.
Definition at line 84 of file class.ilObjFileImplementationEmpty.php.
ilObjFileImplementationEmpty::handleChangedObjectTitle | ( | string | $new_title | ) |
Implements ilObjFileImplementationInterface.
Definition at line 45 of file class.ilObjFileImplementationEmpty.php.
ilObjFileImplementationEmpty::sendFile | ( | ?int | $a_hist_entry_id = null , |
bool | $inline = true |
||
) |
bool | $inline |
Implements ilObjFileImplementationInterface.
Definition at line 75 of file class.ilObjFileImplementationEmpty.php.