public function __construct(CalendarHelper $calendar, TableCollection $collection)
 {
     $this->calendar = $calendar->google();
     $this->collection = $collection;
 }
示例#2
0
 /**
  * Returns a new Google driver instance.
  *
  * @return \Stevebauman\CalendarHelper\Google 
  * @static 
  */
 public static function google()
 {
     return \Stevebauman\CalendarHelper\CalendarHelper::google();
 }