|
| | __construct ( $id, $title, $published, $updated) |
| |
| | setId ( $new_value) |
| |
| | setTitle ( $new_value, $type='text') |
| |
| | setDateModified ( $epoch) |
| |
| | setDateCreated ( $epoch) |
| |
| | setLink ( $new_value, $type="text/calendar", $rel='alternate') |
| |
| | addAuthor ( $new_value) |
| |
| | addCategory ( $new_value) |
| |
| | setDescription ( $new_value, $type='text') |
| |
| | setContent ( $new_value, $type='xhtml') |
| |
| | addNode ( $in_tag, $content=false, $attributes=false, $xmlns=null) |
| |
| | getXML () |
| |
Definition at line 41 of file AtomFeed.php.
◆ __construct()
| AtomEntry::__construct |
( |
|
$id, |
|
|
|
$title, |
|
|
|
$published, |
|
|
|
$updated |
|
) |
| |
◆ addAuthor()
| AtomEntry::addAuthor |
( |
|
$new_value | ) |
|
◆ addCategory()
| AtomEntry::addCategory |
( |
|
$new_value | ) |
|
◆ addNode()
| AtomEntry::addNode |
( |
|
$in_tag, |
|
|
|
$content = false, |
|
|
|
$attributes = false, |
|
|
|
$xmlns = null |
|
) |
| |
◆ getXML()
◆ setContent()
| AtomEntry::setContent |
( |
|
$new_value, |
|
|
|
$type = 'xhtml' |
|
) |
| |
◆ setDate()
| static AtomEntry::setDate |
( |
|
$tagname, |
|
|
|
$epoch |
|
) |
| |
|
static |
◆ setDateCreated()
| AtomEntry::setDateCreated |
( |
|
$epoch | ) |
|
◆ setDateModified()
| AtomEntry::setDateModified |
( |
|
$epoch | ) |
|
◆ setDescription()
| AtomEntry::setDescription |
( |
|
$new_value, |
|
|
|
$type = 'text' |
|
) |
| |
◆ setId()
| AtomEntry::setId |
( |
|
$new_value | ) |
|
◆ setLink()
| AtomEntry::setLink |
( |
|
$new_value, |
|
|
|
$type = "text/calendar", |
|
|
|
$rel = 'alternate' |
|
) |
| |
◆ setTitle()
| AtomEntry::setTitle |
( |
|
$new_value, |
|
|
|
$type = 'text' |
|
) |
| |
◆ $id
<entry xmlns:xhtml="http://www.w3.org/1999/xhtml"> <title type="html">Woohoo! Time to Par-tay! (1/1)</title>
Have a microparty. All the best parties are monthly! <published>2008-10-25T11:07:49+13:00</published> <updated>2010-12-27T06:49:16+13:00</updated> <id>http://mycaldav/feed.php/user1/home/MICROPARTY-77C6-4FB7-BDD3-6882E2F1BE74.ics#UID:MICROPARTY-77C6-4FB7-BDD3-6882E2F1BE74</id> <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml"> <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:strong>Time:</xhtml:strong> 2008-11-21 16:00:00<xhtml:br/><xhtml:br/><xhtml:strong>Description</xhtml:strong>:<xhtml:br/>Have a microparty. All the best parties are monthly!</xhtml:div>
</content> </entry>
Definition at line 56 of file AtomFeed.php.
◆ $nodes
◆ $title
◆ $updated
The documentation for this class was generated from the following file: