DAViCal
AtomEntry Class Reference

Public Member Functions

 __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 ()
 

Static Public Member Functions

static setDate ( $tagname, $epoch)
 

Private Attributes

 $id
 
 $title
 
 $updated
 
 $nodes
 

Detailed Description

Definition at line 41 of file AtomFeed.php.

Member Data Documentation

◆ $id

AtomEntry::$id
private

<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.


The documentation for this class was generated from the following file: