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

Public Member Functions

 SimpleSubmitTag ($attributes)
 expectEndTag ()
 setValue ($value)
 getLabel ()
 isLabel ($label)

Detailed Description

Definition at line 383 of file tag.php.


Member Function Documentation

Tag contains no end element.

Returns:
boolean False. public

Reimplemented from SimpleTag.

Definition at line 402 of file tag.php.

getLabel ( )

Value of browser visible text.

Returns:
string Visible label. public

Definition at line 421 of file tag.php.

Here is the call graph for this function:

Here is the caller graph for this function:

isLabel ( label)

Test for a label match when searching.

Parameters:
string$labelLabel to test.
Returns:
boolean True on match. public

Reimplemented from SimpleWidget.

Definition at line 431 of file tag.php.

Here is the call graph for this function:

setValue ( value)

Disables the setting of the button value.

Parameters:
string$valueIgnored.
Returns:
boolean True if allowed. public

Reimplemented from SimpleWidget.

Definition at line 412 of file tag.php.

SimpleSubmitTag ( attributes)

Starts with a named tag with attributes only.

Parameters:
hash$attributesAttribute names and string values.

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