making monthly_byday_num and monthly_bymonthday public, to use it in calendar_activsync

This commit is contained in:
Ralf Becker 2010-12-19 00:24:22 +00:00
parent 904471d3d3
commit dd5000f11b

View File

@ -111,7 +111,7 @@ class calendar_rrule implements Iterator
*
* @var int
*/
protected $monthly_byday_num;
public $monthly_byday_num;
/**
* Number for monthly bymonthday: 1, ..., 31, -1=last day of month
@ -120,7 +120,7 @@ class calendar_rrule implements Iterator
*
* @var int
*/
protected $monthly_bymonthday;
public $monthly_bymonthday;
/**
* Enddate of recurring event or null, if not ending