Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
files_tree_viewer Class Reference

Data structure representing a general moodle file tree viewer. More...

Inheritance diagram for files_tree_viewer:

Public Member Functions

 __construct (file_info $file_info, ?array $options=null)
 Constructor of moodle_file_tree_viewer class.
 

Public Attributes

 $context
 
 $path
 
 $tree
 

Protected Attributes

array array $options = []
 file tree viewer options.
 

Detailed Description

Data structure representing a general moodle file tree viewer.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Since
Moodle 2.0

Constructor & Destructor Documentation

◆ __construct()

files_tree_viewer::__construct ( file_info $file_info,
?array $options = null )

Constructor of moodle_file_tree_viewer class.

Parameters
file_info$file_info
array$options

The documentation for this class was generated from the following file: