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

Public Member Functions

 display_add_field ($recordid=0)
 display_search_field ($value= '')
 parse_search_field ()
 generate_sql ($tablealias, $value)

Data Fields

 $type = 'radiobutton'

Detailed Description

Definition at line 25 of file field.class.php.


Member Function Documentation

display_add_field ( recordid = 0)

Print the relevant form element in the ADD template for this field

object

Parameters:
int$recordid
Returns:
string

Reimplemented from data_field_base.

Definition at line 29 of file field.class.php.

Here is the call graph for this function:

display_search_field ( value = '')

Definition at line 65 of file field.class.php.

Here is the call graph for this function:

generate_sql ( tablealias,
value 
)

Definition at line 88 of file field.class.php.

Definition at line 84 of file field.class.php.

Here is the call graph for this function:


Field Documentation

$type = 'radiobutton'

Reimplemented from data_field_base.

Definition at line 27 of file field.class.php.


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