public function FullCalendarFixedStateEventFormatter::__construct in Booking and Availability Management Tools for Drupal 7
Same name and namespace in other branches
- 8 modules/bat_fullcalendar/src/FullCalendarFixedStateEventFormatter.php \Drupal\bat_fullcalendar\FullCalendarFixedStateEventFormatter::__construct()
Parameters
string $event_type:
bool $background:
File
- modules/
bat_fullcalendar/ src/ FullCalendarFixedStateEventFormatter.php, line 33 - Class FullCalendarFixedStateEventFormatter.
Class
Namespace
Drupal\bat_fullcalendarCode
public function __construct($event_type, $background = TRUE) {
$this->event_type = $event_type;
$this->background = $background;
}