Open program-the-brain-not-the-heartbeat opened 6 months ago
Right now I have to:
$rrule->getRule()['INTERVAL'] $rrule->getRule()['FREQ']
Would look cleaner if it was $rrule->getFrequency() or $rrule->getInterval() which could just return $this->getRule()['FREQ'] etc.
That sounds like a good idea. Will you submit a PR?
Right now I have to:
$rrule->getRule()['INTERVAL'] $rrule->getRule()['FREQ']
Would look cleaner if it was $rrule->getFrequency() or $rrule->getInterval() which could just return $this->getRule()['FREQ'] etc.