|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($data) | |
| parse () | |
| consume () | |
| consume_range ($chars) | |
| unconsume () | |
| entity () | |
Data Fields | |
| $data = '' | |
| $consumed = '' | |
| $position = 0 | |
Definition at line 10906 of file simplepie.class.php.
| __construct | ( | $ | data | ) |
Create an instance of the class with the input data
public
| string | $data | Input data |
Definition at line 10938 of file simplepie.class.php.
| consume | ( | ) |
Consume the next byte
private
Definition at line 10966 of file simplepie.class.php.
| consume_range | ( | $ | chars | ) |
Consume a range of characters
private
| string | $chars | Characters to consume |
Definition at line 10986 of file simplepie.class.php.
| entity | ( | ) |
Decode an entity
private
Definition at line 11017 of file simplepie.class.php.

| parse | ( | ) |
Parse the input data
public
Definition at line 10949 of file simplepie.class.php.
| unconsume | ( | ) |
| $consumed = '' |
Definition at line 10922 of file simplepie.class.php.
| $data = '' |
Definition at line 10914 of file simplepie.class.php.
| $position = 0 |
Definition at line 10930 of file simplepie.class.php.