|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($item, $data) | |
| __toString () | |
| get_source_tags ($namespace, $tag) | |
| get_base ($element=array()) | |
| sanitize ($data, $type, $base= '') | |
| get_item () | |
| get_title () | |
| get_category ($key=0) | |
| get_categories () | |
| get_author ($key=0) | |
| get_authors () | |
| get_contributor ($key=0) | |
| get_contributors () | |
| get_link ($key=0, $rel= 'alternate') | |
| get_permalink () | |
| get_links ($rel= 'alternate') | |
| get_description () | |
| get_copyright () | |
| get_language () | |
| get_latitude () | |
| get_longitude () | |
| get_image_url () | |
Data Fields | |
| $item | |
| $data = array() | |
Definition at line 5374 of file simplepie.class.php.
| __construct | ( | $ | item, |
| $ | data | ||
| ) |
Definition at line 5379 of file simplepie.class.php.
| __toString | ( | ) |
Definition at line 5385 of file simplepie.class.php.
| get_author | ( | $ | key = 0 | ) |
| get_authors | ( | ) |
Definition at line 5536 of file simplepie.class.php.


| get_categories | ( | ) |
Definition at line 5466 of file simplepie.class.php.


| get_category | ( | $ | key = 0 | ) |
| get_contributor | ( | $ | key = 0 | ) |
| get_contributors | ( | ) |
Definition at line 5619 of file simplepie.class.php.


| get_copyright | ( | ) |
| get_description | ( | ) |
| get_image_url | ( | ) |
| get_item | ( | ) |
Definition at line 5412 of file simplepie.class.php.
| get_language | ( | ) |
| get_latitude | ( | ) |
| get_link | ( | $ | key = 0, |
| $ | rel = 'alternate' |
||
| ) |
Definition at line 5677 of file simplepie.class.php.


| get_links | ( | $ | rel = 'alternate' | ) |
Definition at line 5698 of file simplepie.class.php.


| get_longitude | ( | ) |
| get_permalink | ( | ) |
Added for parity between the parent-level and the item/entry-level.
Definition at line 5693 of file simplepie.class.php.

| get_source_tags | ( | $ | namespace, |
| $ | tag | ||
| ) |
| get_title | ( | ) |
| sanitize | ( | $ | data, |
| $ | type, | ||
| $ | base = '' |
||
| ) |
Definition at line 5377 of file simplepie.class.php.
| $item |
Definition at line 5376 of file simplepie.class.php.