diff options
Diffstat (limited to 'lib/filesystem/FileType.php')
| -rw-r--r-- | lib/filesystem/FileType.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/filesystem/FileType.php b/lib/filesystem/FileType.php index 60bfa44..003ee85 100644 --- a/lib/filesystem/FileType.php +++ b/lib/filesystem/FileType.php @@ -3,14 +3,6 @@ interface FileType { /** - * StandardFile constructor. - * @param $fileref - * @param null $file : (optional) Is set if fileref and file are both new and not connected with - * each other in the database. - */ - public function __construct($fileref, $file = null); - - /** * Returns the name of the icon shape that shall be used with the FileType implementation. * * @param string $role role of icon |
