aboutsummaryrefslogtreecommitdiff
path: root/lib/plugins/core/FilesystemPlugin.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/core/FilesystemPlugin.class.php')
-rw-r--r--lib/plugins/core/FilesystemPlugin.class.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/plugins/core/FilesystemPlugin.class.php b/lib/plugins/core/FilesystemPlugin.class.php
index 6d4c46c..31b4b5b 100644
--- a/lib/plugins/core/FilesystemPlugin.class.php
+++ b/lib/plugins/core/FilesystemPlugin.class.php
@@ -34,11 +34,12 @@ interface FilesystemPlugin
/**
* This method is used to get a folder-object for this plugin.
- * Not recommended but still possible is to return a Flexi_Template for the folder, if you want to
+ * Not recommended but still possible is to return a Flexi\Template for the folder, if you want to
* take care of the frontend of displaying the folder as well.
*
* @param null $folder_id : folder_id of folder to get or null if you want the top-folder
- * @return FolderType|Flexi_Template
+ *
+ * @return FolderType|Flexi\Template
*/
public function getFolder($folder_id = null);