API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe FeedDate

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Description détaillée

FeedDate is an internal class that stores a date for a feed or feed item. Usually, you won't need to use this.


Documentation des fonctions membres

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.

Paramètres:
mixed$dateStringoptional the date this FeedDate will represent. If not specified, the current date and time is used.

Références elseif, et unix().

Voici le graphe d'appel pour cette fonction :

FeedDate::iso8601 ( )

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

Renvoie:
a date in ISO 8601 (RFC 3339) format

Références $date, et unix().

Voici le graphe d'appel pour cette fonction :

FeedDate::rfc822 ( )

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

Renvoie:
a date in RFC 822 format

Références $date, et unix().

Voici le graphe d'appel pour cette fonction :

FeedDate::unix ( )

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

Renvoie:
a date as a unix time stamp

Référencé par FeedDate(), iso8601(), et rfc822().

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

FeedDate::$unix

La documentation de cette classe a été générée à partir du fichier suivant :