Lines Matching refs:monthlyType
3193 $monthlyType = $series['monthlyType'] ?? 'dayOfMonth';
3205 if ($monthlyType === 'dayOfMonth') {
4363 $monthlyType = $INPUT->str('monthly_type', '');
4438 if (!empty($monthlyType)) {
4439 $event['monthlyType'] = $monthlyType;
4440 if ($monthlyType === 'dayOfMonth' && $monthDay > 0) {
4444 } elseif ($monthlyType === 'ordinalWeekday') {
4535 $monthlyType,
4557 if (!empty($monthlyType)) $newEvent['monthlyType'] = $monthlyType;
4558 … if ($monthlyType === 'dayOfMonth' && $monthDay > 0) $newEvent['monthDay'] = $monthDay;
4559 if ($monthlyType === 'ordinalWeekday') {
4584 …private function generateRecurrenceDates($startDate, $type, $interval, $weekDays, $monthlyType, $m… argument
4618 if ($monthlyType === 'dayOfMonth' || empty($monthlyType)) {