|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| init () | |
| instance_config ($instance) | |
| applicable_formats () | |
| get_content () | |
| instance_allow_config () | |
| before_delete () | |
| has_config () | |
Definition at line 25 of file block_section_links.php.
Which page types this block may appear on.
The information returned here is processed by the blocks_name_allowed_in_format() function. Look there if you need to know exactly how this works.
Default case: everything except mod and tag.
Reimplemented from block_base.
Definition at line 47 of file block_section_links.php.
| before_delete | ( | ) |
Function that can be overridden to do extra cleanup before the database tables are deleted. (Called once per block, not per instance!)
Reimplemented from block_base.
Definition at line 157 of file block_section_links.php.
| get_content | ( | ) |
Parent class version of this function simply returns NULL This should be implemented by the derived class to return the content object.
Reimplemented from block_base.
Definition at line 51 of file block_section_links.php.

| has_config | ( | ) |
Subclasses should override this and return true if the subclass block has a config_global.html file.
Reimplemented from block_base.
Definition at line 163 of file block_section_links.php.
| init | ( | ) |
Definition at line 27 of file block_section_links.php.
Has instance config
Reimplemented from block_base.
Definition at line 154 of file block_section_links.php.
| instance_config | ( | $ | instance | ) |
Definition at line 31 of file block_section_links.php.