Detailed Description
Definition at line 25 of file page.php.
Member Function Documentation
Factory for input tags.
- Parameters:
-
| hash | $attributes | Element attributes. |
- Returns:
- SimpleTag Tag object. protected
Definition at line 78 of file page.php.
Factory for selection fields.
- Parameters:
-
| hash | $attributes | Element attributes. |
- Returns:
- SimpleTag Tag object. protected
Definition at line 65 of file page.php.
Make the keys lower case for case insensitive look-ups.
- Parameters:
-
- Returns:
- hash Unchanged values, but keys lower case. private
Definition at line 105 of file page.php.
Factory for the tag objects. Creates the appropriate tag object for the incoming tag name and attributes.
- Parameters:
-
| string | $name | HTML tag name. |
| hash | $attributes | Element attributes. |
- Returns:
- SimpleTag Tag object. public
Definition at line 36 of file page.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/simpletestlib/page.php