Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
|
This file contains the parent class for moodle blocks, block_base. More...
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 |
Constants. | |
const | BLOCK_TYPE_TEXT 2 |
Block type of text. | |
const | BLOCK_TYPE_TREE 3 |
Block type of tree. | |
This file contains the parent class for moodle blocks, block_base.