Skip to content

Commit

Permalink
Merge pull request #44 from mmelcor/master
Browse files Browse the repository at this point in the history
Added ranges property to Model.php - Thanks!
  • Loading branch information
philippfrenzel committed Apr 7, 2016
2 parents 23543c0 + ea3bb6c commit fc69269
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions models/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ class Event extends Model
*/
public $end;

/**
* The range of dates that an event is to show on the calendar.
* Used with a function to check the dates in eventRender against the range and only render
* the dates that fall within the range.
* @var range
*/
public $ranges;

/**
* Day of Week settings for repeating events. Enter the numerical days of the week ex. [1,4] would repeat on Monday and Thursday.
* @var array
Expand Down

0 comments on commit fc69269

Please sign in to comment.