Class Recurrence
A wrapper for recurrence rules in iCalendar. Parses the given line and puts the recurrence rules in the correct field of this object.
See http://tools.ietf.org/html/rfc2445 for more information. Page 39 and onward contains more information on the recurrence rules themselves. Page 116 and onward contains some great examples which were often used for testing.
Namespace: intouch\ical
License: CC-BY-SA-DK
Author: Steven Oxley
Author: Michael Kahn (C) 2013
Located at ical/Recurrence.php
License: CC-BY-SA-DK
Author: Steven Oxley
Author: Michael Kahn (C) 2013
Located at ical/Recurrence.php
public
|
#
__construct(
Creates an recurrence object with a passed in line. Parses the line. |
protected
|
|
public
|
|
protected
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
#
getByMinute( )
Returns the byminute information for the event - corresponds to BYMINUTE in RFC 2445. |
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
public
mixed
|
$rrule |
|
|
protected
mixed
|
$freq |
|
|
protected
mixed
|
$until |
|
|
protected
mixed
|
$count |
|
|
protected
mixed
|
$interval |
|
|
protected
mixed
|
$bysecond |
|
|
protected
mixed
|
$byminute |
|
|
protected
mixed
|
$byhour |
|
|
protected
mixed
|
$byday |
|
|
protected
mixed
|
$bymonthday |
|
|
protected
mixed
|
$byyearday |
|
|
protected
mixed
|
$byweekno |
|
|
protected
mixed
|
$bymonth |
|
|
protected
mixed
|
$bysetpos |
|
|
protected
mixed
|
$wkst |
|
|
protected
array
|
$listProperties | array(
'bysecond', 'byminute', 'byhour', 'byday', 'bymonthday',
'byyearday', 'byweekno', 'bymonth', 'bysetpos'
) |
#
A list of the properties that can have comma-separated lists for values. |