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

Public Member Functions

 init ()
 specialization ()
 get_content ()
 hide_header ()
 preferred_width ()

Detailed Description

Definition at line 3 of file block_course_summary.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 14 of file block_course_summary.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 47 of file block_course_summary.php.

init ( )

Definition at line 4 of file block_course_summary.php.

Default case: the block wants to be 180 pixels wide

Deprecated:
since Moodle 2.0.
Returns:
int

Reimplemented from block_base.

Definition at line 51 of file block_course_summary.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 8 of file block_course_summary.php.


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