Holds information about an event on a particular day. This is a wrapper for that information allowing it to be used with the systemDateCalendar. An event has a title, summary and URI. The EventID should be unique and can be any valid string. If it is not set, one is generated.
Additional event information can be stored in the _EventData property.
public __construct([$inEventID = null], [$inTitle = null], [$inSummary = null], [$inEventURI = null])
Creates a new event
public reset()
Resets the object
public isModified()
Returns true if object modified
public setModified([$inStatus = true])
Sets $_Modified to $inStatus
public getEventID()
Returns the value of $_EventID
public setEventID($inEventID)
Set value of $_EventID
public getTitle()
Returns the value of $_Title
public setTitle($inTitle)
Set value of $_Title
public getSummary()
Returns the value of $_Summary
public setSummary($inSummary)
Set value of $_Summary
public getEventURI()
Returns the value of $_EventURI
public setEventURI($inEventURI)
Set value of $_EventURI
public getEventData()
Returns the array of additional event data
public setEventData([$inData = array()])
Sets an array of additional event data
Tags: system, systemdateevent,
system Articles