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

Public Member Functions

 MoodleQuickForm_header ($elementName=null, $text=null)
 accept (&$renderer)
 setHelpButton ($helpbuttonargs, $function='helpbutton')
 getHelpButton ()

Data Fields

 $_helpbutton = ''

Detailed Description

A pseudo-element used for adding headers to form

Definition at line 9 of file header.php.


Member Function Documentation

accept ( &$  renderer)

Accepts a renderer

Parameters:
objectAn HTML_QuickForm_Renderer object public
Returns:
void

Reimplemented from HTML_QuickForm_header.

Definition at line 31 of file header.php.

Here is the call graph for this function:

get html for help button

public

Returns:
string html for help button

Definition at line 54 of file header.php.

Here is the caller graph for this function:

MoodleQuickForm_header ( elementName = null,
text = null 
)

Definition at line 18 of file header.php.

Here is the call graph for this function:

setHelpButton ( helpbuttonargs,
function = 'helpbutton' 
)

set html for help button

public

Parameters:
array$helparray of arguments to make a help button
string$functionfunction name to call to get html

Definition at line 45 of file header.php.

Here is the call graph for this function:


Field Documentation

$_helpbutton = ''

Definition at line 16 of file header.php.


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