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

Public Member Functions

 SimpleTextTag ($attributes)
 expectEndTag ()
 setValue ($value)

Detailed Description

Definition at line 340 of file tag.php.


Member Function Documentation

Tag contains no content.

Returns:
boolean False. public

Reimplemented from SimpleTag.

Definition at line 359 of file tag.php.

setValue ( value)

Sets the current form element value. Cannot change the value of a hidden field.

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

Reimplemented from SimpleWidget.

Definition at line 370 of file tag.php.

Here is the call graph for this function:

SimpleTextTag ( attributes)

Starts with a named tag with attributes only.

Parameters:
hash$attributesAttribute names and string values.

Definition at line 347 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