Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Classes | |
class | block_base |
Class for describing a moodle block, all Moodle blocks derive from this class. More... | |
class | block_list |
Specialized class for displaying a block with a list of icons/text labels. More... | |
class | block_tree |
Specialized class for displaying a tree menu. More... | |
Variables | |
const | BLOCK_TYPE_LIST 1 |
This file contains the parent class for moodle blocks, block_base. | |
const | BLOCK_TYPE_TEXT 2 |
Block type of text. | |
const | BLOCK_TYPE_TREE 3 |
Block type of tree. | |