Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Classes | Variables
moodleblock.class.php File Reference

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.
 

Detailed Description

This file contains the parent class for moodle blocks, block_base.

License
http://www.gnu.org/copyleft/gpl.html GNU Public License