diff options
Diffstat (limited to 'lib/public/DirectEditing')
-rw-r--r-- | lib/public/DirectEditing/ACreateEmpty.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/public/DirectEditing/ACreateEmpty.php b/lib/public/DirectEditing/ACreateEmpty.php index 79684e33b80..ab7f7fd3ae8 100644 --- a/lib/public/DirectEditing/ACreateEmpty.php +++ b/lib/public/DirectEditing/ACreateEmpty.php @@ -60,6 +60,14 @@ abstract class ACreateEmpty { abstract public function getExtension(): string; /** + * Mimetype of the resulting created file + * + * @since 18.0.0 + * @return string + */ + abstract public function getMimetype(): string; + + /** * Add content when creating empty files * * @since 18.0.0 |