+ // Internal, static:
+ var $doc; // Template object.
+ var $basicff; // Instance of "t3lib_basicFileFunctions"
+ var $icon; // Will be set to the proper icon for the $target value.
+ var $shortPath; // Relative path to current found filemount
+ var $title; // Name of the filemount
+
+ // Internal, static (GPVar):
+ var $number;
+ var $target; // Set with the target path inputted in &target
+ var $returnUrl; // Return URL of list module.
+
+ // Internal, dynamic:
+ var $content; // Accumulating content
+
+
+ /**
+ * Constructor for initializing the class
+ *
+ * @return void
+ */