Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
files_tree_viewer Class Reference

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

Inheritance diagram for files_tree_viewer:
renderable

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: