|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| SimpleEncodedPair ($key, $value) | |
| asRequest () | |
| asMime () | |
| isKey ($key) | |
| getKey () | |
| getValue () | |
Data Fields | |
| $_key | |
| $_value | |
Definition at line 20 of file encoding.php.
| asMime | ( | ) |
The MIME part as a string.
Definition at line 48 of file encoding.php.
| asRequest | ( | ) |
The pair as a single string.
Definition at line 39 of file encoding.php.
| getKey | ( | ) |
Is this the value we are looking for?
Definition at line 70 of file encoding.php.
| getValue | ( | ) |
Is this the value we are looking for?
Definition at line 79 of file encoding.php.
| isKey | ( | $ | key | ) |
Is this the value we are looking for?
| string | $key | Identifier. |
Definition at line 61 of file encoding.php.
| SimpleEncodedPair | ( | $ | key, |
| $ | value | ||
| ) |
Stashes the data for rendering later.
| string | $key | Form element name. |
| string | $value | Data to send. |
Definition at line 29 of file encoding.php.
| $_key |
Definition at line 21 of file encoding.php.
| $_value |
Definition at line 22 of file encoding.php.