Moodle  2.2.1
http://www.collinsharper.com
block_glossary_random Class Reference
Inheritance diagram for block_glossary_random:
Collaboration diagram for block_glossary_random:

Public Member Functions

 init ()
 specialization ()
 instance_allow_multiple ()
 get_content ()
 hide_header ()

Detailed Description

Definition at line 7 of file block_glossary_random.php.


Member Function Documentation

Parent class version of this function simply returns NULL This should be implemented by the derived class to return the content object.

Returns:
stdObject

Reimplemented from block_base.

Definition at line 118 of file block_glossary_random.php.

Here is the call graph for this function:

Default return is false - header will be shown

Returns:
boolean

Reimplemented from block_base.

Definition at line 182 of file block_glossary_random.php.

init ( )

Definition at line 8 of file block_glossary_random.php.

Are you going to allow multiple instances of each block? If yes, then it is assumed that the block WILL USE per-instance configuration

Returns:
boolean

Reimplemented from block_base.

Definition at line 112 of file block_glossary_random.php.

This function is called on your subclass right after an instance is loaded Use this function to act on instance data just after it's loaded and before anything else is done For instance: if your block will have different title's depending on location (site, course, blog, etc)

Reimplemented from block_base.

Definition at line 12 of file block_glossary_random.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations