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

Public Member Functions

 MoodleQuickForm_password ($elementName=null, $elementLabel=null, $attributes=null)
 setHelpButton ($helpbuttonargs, $function='helpbutton')
 getHelpButton ()

Data Fields

 $_helpbutton = ''

Detailed Description

HTML class for a password type element

Author:
Jamie Pratt public

Definition at line 10 of file password.php.


Member Function Documentation

get html for help button

public

Returns:
string html for help button

Definition at line 51 of file password.php.

MoodleQuickForm_password ( elementName = null,
elementLabel = null,
attributes = null 
)

Definition at line 17 of file password.php.

Here is the call graph for this function:

Here is the caller 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 42 of file password.php.

Here is the call graph for this function:


Field Documentation

$_helpbutton = ''

Definition at line 16 of file password.php.


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