AnewtCalendarEvent Class Reference

Calendar event for AnewtCalendar calendars. More...

List of all members.

Public Member Functions

 __construct ($summary=null, $date_start=null)
 Construct a new AnewtCalendarEvent instance.


Detailed Description

Calendar event for AnewtCalendar calendars.

AnewtCalendarEvent instances can be added to an AnewtCalendar using AnewtCalendar::add_event().

The properties that can be set on AnewtCalendar instances are:

Note that the summary and date-start properties are required by the iCalendar specification.

See also:
AnewtCalendar

Definition at line 257 of file calendar.lib.php.


Constructor & Destructor Documentation

AnewtCalendarEvent::__construct ( summary = null,
date_start = null 
)

Construct a new AnewtCalendarEvent instance.

If you don't specify $summary or $date_start these values need to be set later.

Parameters:
$summary A summary line for this event (optional).
$date_start A AnewtDateTimeAtom instance describing the start date for this event (optional).

Definition at line 272 of file calendar.lib.php.


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

Generated on Sun Aug 2 22:54:37 2009 for Anewt by  doxygen 1.5.9