FeedDate Class Reference

List of all members.

Public Member Functions

 FeedDate ($dateString="")
 iso8601 ()
 rfc822 ()
 unix ()

Public Attributes

 $unix

Detailed Description

Definition at line 670 of file feedcreator.class.php.


Member Function Documentation

FeedDate::FeedDate ( 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.

Definition at line 678 of file feedcreator.class.php.

References date, and unix().

Here is the call graph for this function:

FeedDate::iso8601 (  ) 

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

Returns:
a date in ISO 8601 format

Definition at line 742 of file feedcreator.class.php.

References unix().

Here is the call graph for this function:

FeedDate::rfc822 (  ) 

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

Returns:
a date in RFC 822 format

Definition at line 730 of file feedcreator.class.php.

References unix().

Here is the call graph for this function:

FeedDate::unix (  ) 

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

Returns:
a date as a unix time stamp

Definition at line 754 of file feedcreator.class.php.

Referenced by FeedDate(), iso8601(), and rfc822().


Member Data Documentation

FeedDate::$unix

Definition at line 671 of file feedcreator.class.php.


The documentation for this class was generated from the following file:
Generated on Wed Aug 22 19:34:33 2007 for bitweaver by  doxygen 1.5.2