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

Public Member Functions

 HTML_QuickForm_button ($elementName=null, $value=null, $attributes=null)
 freeze ()

Detailed Description

HTML class for a button type element

Author:
Adam Daniel <adaniel1@eesus.jnj.com>
Bertrand Mansion <bmansion@mamasam.com>
Version:
1.1
Since:
PHP4.04pl1 public

Definition at line 33 of file button.php.


Member Function Documentation

freeze ( )

Freeze the element so that only its value is returned

public

Returns:
void

Reimplemented from HTML_QuickForm_element.

Definition at line 65 of file button.php.

HTML_QuickForm_button ( elementName = null,
value = null,
attributes = null 
)

Class constructor

Parameters:
string$elementName(optional)Input field name attribute
string$value(optional)Input field value
mixed$attributes(optional)Either a typical HTML attribute string or an associative array
Since:
1.0 public
Returns:
void

Definition at line 48 of file button.php.

Here is the call graph for this function:

Here is the caller graph for this function:


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