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

Public Member Functions

 SimpleRadioButtonTag ($attributes)
 expectEndTag ()
 setValue ($value)
 getDefault ()

Detailed Description

Definition at line 942 of file tag.php.


Member Function Documentation

Tag contains no content.

Returns:
boolean False. public

Reimplemented from SimpleTag.

Definition at line 960 of file tag.php.

Accessor for starting value.

Returns:
string Parsed value. public

Reimplemented from SimpleWidget.

Definition at line 986 of file tag.php.

Here is the call graph for this function:

setValue ( value)

The only allowed value sn the one in the "value" attribute.

Parameters:
string$valueNew value.
Returns:
boolean True if allowed. public

Reimplemented from SimpleWidget.

Definition at line 971 of file tag.php.

Here is the call graph for this function:

SimpleRadioButtonTag ( attributes)

Stashes the attributes.

Parameters:
array$attributesHash of attributes.

Definition at line 948 of file tag.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