Moodle  2.2.1
http://www.collinsharper.com
block_tree Class Reference
Inheritance diagram for block_tree:
Collaboration diagram for block_tree:

Data Fields

 $content_type = BLOCK_TYPE_TREE

Protected Member Functions

 formatted_contents ($output)

Detailed Description

Definition at line 723 of file moodleblock.class.php.


Member Function Documentation

formatted_contents ( output) [protected]

Make the formatted HTML ouput.

Also adds the required javascript call to the page output.

Parameters:
core_renderer$output
Returns:
string HTML

Reimplemented from block_list.

Definition at line 740 of file moodleblock.class.php.

Here is the call graph for this function:


Field Documentation

$content_type = BLOCK_TYPE_TREE

The type of content that this block creates. Currently support options - BLOCK_TYPE_LIST, BLOCK_TYPE_TEXT

Reimplemented from block_list.

Definition at line 730 of file moodleblock.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations