|
ILIAS
release_8 Revision v8.24
|
Class ilObjFileImplementationStorage. More...
Inheritance diagram for ilObjFileImplementationStorage:
Collaboration diagram for ilObjFileImplementationStorage:Public Member Functions | |
| handleChangedObjectTitle (string $new_title) | |
| getFile (?int $a_hist_entry_id=null) | |
| @inheritDoc More... | |
| getFileSize () | |
| getFileType () | |
| @inheritDoc More... | |
| getDirectory (int $a_version=0) | |
| sendFile (?int $a_hist_entry_id=null, bool $inline=true) | |
| deleteVersions (?array $a_hist_entry_ids=null) | |
| Deletes the specified history entries or all entries if no ids are specified. More... | |
| getFileExtension () | |
| Returns the extension of the file name converted to lower-case. More... | |
| getVersions (?array $version_ids=null) | |
| getStorageID () | |
| getVersion () | |
| getMaxVersion () | |
| 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 () | |
| getFile (?int $a_hist_entry_id=null) | |
| getVersion () | |
| 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... | |
Protected Attributes | |
| StorableResource | $resource |
| Services | $storage |
| bool | $download_with_uploaded_filename |
Class ilObjFileImplementationStorage.
Definition at line 28 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::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 119 of file class.ilObjFileImplementationStorage.php.
References $id.
| ilObjFileImplementationStorage::getDirectory | ( | int | $a_version = 0 | ) |
Implements ilObjFileImplementationInterface.
Definition at line 83 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getFile | ( | ?int | $a_hist_entry_id = null | ) |
@inheritDoc
Implements ilObjFileImplementationInterface.
Definition at line 61 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getFileExtension | ( | ) |
Returns the extension of the file name converted to lower-case.
e.g. returns 'pdf' for 'document.pdf'.
Implements ilObjFileImplementationInterface.
Definition at line 128 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getFileSize | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 70 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getFileType | ( | ) |
@inheritDoc
Implements ilObjFileImplementationInterface.
Definition at line 78 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getMaxVersion | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 170 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getStorageID | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 160 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getVersion | ( | ) |
Implements ilObjFileImplementationInterface.
Definition at line 165 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::getVersions | ( | ?array | $version_ids = null | ) |
Implements ilObjFileImplementationInterface.
Definition at line 136 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::handleChangedObjectTitle | ( | string | $new_title | ) |
Implements ilObjFileImplementationInterface.
Definition at line 51 of file class.ilObjFileImplementationStorage.php.
| ilObjFileImplementationStorage::sendFile | ( | ?int | $a_hist_entry_id = null, |
| bool | $inline = true |
||
| ) |
| bool | $inline |
Implements ilObjFileImplementationInterface.
Definition at line 94 of file class.ilObjFileImplementationStorage.php.
|
protected |
Definition at line 32 of file class.ilObjFileImplementationStorage.php.
|
protected |
Definition at line 30 of file class.ilObjFileImplementationStorage.php.
|
protected |
Definition at line 31 of file class.ilObjFileImplementationStorage.php.