Skip to content

Add alias methods for better reading of code #148

@program-the-brain-not-the-heartbeat

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions