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

Public Member Functions

 MoodleQuickForm_wikifiletable ($elementName=null, $elementLabel=null, $attributes=null, $fileinfo=null, $format=null)
 onQuickFormEvent ($event, $arg, &$caller)
 setName ($name)
 getName ()
 setValue ($value)
 getValue ()
 toHtml ()

Detailed Description

Definition at line 32 of file wikifiletable.php.


Member Function Documentation

getName ( )

Returns the element name

Since:
1.0 public
Returns:
string

Reimplemented from HTML_QuickForm_element.

Definition at line 66 of file wikifiletable.php.

Here is the call graph for this function:

getValue ( )

Returns the value of the form element

Since:
1.0 public
Returns:
mixed

Reimplemented from HTML_QuickForm_element.

Definition at line 74 of file wikifiletable.php.

MoodleQuickForm_wikifiletable ( elementName = null,
elementLabel = null,
attributes = null,
fileinfo = null,
format = null 
)

Definition at line 40 of file wikifiletable.php.

Here is the call graph for this function:

onQuickFormEvent ( event,
arg,
&$  caller 
)

Called by HTML_QuickForm whenever form event is made on this element

Parameters:
string$eventName of event
mixed$argevent arguments
object$callercalling object
Since:
1.0 public
Returns:
void

Reimplemented from HTML_QuickForm_element.

Definition at line 47 of file wikifiletable.php.

setName ( name)

Sets the input field name

Parameters:
string$nameInput field name attribute
Since:
1.0 public
Returns:
void

Reimplemented from HTML_QuickForm_element.

Definition at line 62 of file wikifiletable.php.

Here is the call graph for this function:

setValue ( value)

Sets the value of the form element

Parameters:
string$valueDefault value of the form element
Since:
1.0 public
Returns:
void

Reimplemented from HTML_QuickForm_element.

Definition at line 70 of file wikifiletable.php.

toHtml ( )

Abstract method. Must be extended to return the objects HTML

public

Returns:
string

Reimplemented from HTML_Common.

Definition at line 78 of file wikifiletable.php.

Here is the call graph for this function:


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