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