|
Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
|
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.