ApacheLogAnalyzer2Feed
[ class tree: ApacheLogAnalyzer2Feed ] [ index: ApacheLogAnalyzer2Feed ] [ all elements ]

Class: FeedDate

Source Location: /FeedCreator.php

Class Overview


FeedDate is an internal class that stores a date for a feed or feed item.


Variables

Methods



Class Details

[line 849]
FeedDate is an internal class that stores a date for a feed or feed item.

Usually, you won't need to use this.




[ Top ]


Class Variables

$unix =

[line 850]


Type:   mixed


[ Top ]



Class Methods


constructor FeedDate [line 857]

FeedDate FeedDate( [mixed $dateString = ""])

Creates a new instance of FeedDate representing a given date.

Accepts RFC 822, ISO 8601 date formats as well as unix time stamps.




Parameters:

mixed   $dateString   optional the date this FeedDate will represent. If not specified, the current date and time is used.

[ Top ]

method iso8601 [line 921]

a iso8601( )

Gets the date stored in this FeedDate as an ISO 8601 date.



Tags:

return:  date in ISO 8601 (RFC 3339) format


[ Top ]

method rfc822 [line 909]

a rfc822( )

Gets the date stored in this FeedDate as an RFC 822 date.



Tags:

return:  date in RFC 822 format


[ Top ]

method unix [line 934]

a unix( )

Gets the date stored in this FeedDate as unix time stamp.



Tags:

return:  date as a unix time stamp


[ Top ]


Documentation generated on Mon, 28 May 2007 16:15:01 +0200 by phpDocumentor 1.3.2