Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
block_private_files_renderer Class Reference
Inheritance diagram for block_private_files_renderer:

Public Member Functions

 private_files_tree ()
 Prints private files tree view.
 
 render_private_files_tree (private_files_tree $tree)
 

Protected Member Functions

 htmllize_tree ($tree, $dir, $isroot)
 Internal function - creates htmls structure suitable for core/tree AMD.
 

Member Function Documentation

◆ htmllize_tree()

block_private_files_renderer::htmllize_tree ( $tree,
$dir,
$isroot )
protected

Internal function - creates htmls structure suitable for core/tree AMD.

Parameters
private_files_tree$treeThe renderable tree.
array$dirThe directory in the tree
bool$isrootIf it is the root directory in the tree.
Return values
string

◆ private_files_tree()

block_private_files_renderer::private_files_tree ( )

Prints private files tree view.

Return values
string

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