Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403] [Versions 400 and 403] [Versions 401 and 403] [Versions 402 and 403]

(no description)

File Size: 211 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

mod_folder_renderer:: (3 methods):
  display_folder()
  htmllize_tree()
  renderable_tree_elements()

folder_tree:: (1 method):
  __construct()


Class: mod_folder_renderer  - X-Ref

Folder module renderer

display_folder(stdClass $folder)   X-Ref
Returns html to display the content of mod_folder
(Description, folder files and optionally Edit button)

param: stdClass $folder record from 'folder' table (please note
return: string

htmllize_tree($tree, $dir)   X-Ref
Internal function - creates htmls structure suitable for YUI tree.


renderable_tree_elements(folder_tree $tree, array $dir)   X-Ref
Internal function - Creates elements structure suitable for mod_folder/folder template.

param: folder_tree $tree The folder tree to work with.
param: array $dir The subdir and files structure to convert into a tree.
return: array The structure to be rendered by mod_folder/folder template.

Class: folder_tree  - X-Ref

__construct($folder, $cm)   X-Ref
No description