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 |
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 rendererdisplay_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 |