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

Public Member Functions

 MoodleQuickForm_modvisible ($elementName=null, $elementLabel=null, $attributes=null, $options=null)
 onQuickFormEvent ($event, $arg, &$caller)

Detailed Description

HTML class for a drop down element to select visibility in an activity mod update form

Author:
Jamie Pratt public

Definition at line 11 of file modvisible.php.


Member Function Documentation

MoodleQuickForm_modvisible ( elementName = null,
elementLabel = null,
attributes = null,
options = null 
)

Class constructor

Parameters:
string$elementNameSelect name attribute
mixed$elementLabelLabel(s) for the select
mixed$attributesEither a typical HTML attribute string or an associative array
array$optionsignored public
Returns:
void

Definition at line 23 of file modvisible.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 public
Returns:
mixed

Reimplemented from HTML_QuickForm_select.

Definition at line 40 of file modvisible.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