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