# shiftcontroller/4.9.85/sh4/conflictscalendar/boot.php

ShiftController Employee Shift Scheduling, version 4.9.85. 12 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/4.9.85/code/sh4/conflictscalendar/boot.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/4.9.85/raw/sh4/conflictscalendar/boot.php
- Modified: 2018-07-16T10:20:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/shiftcontroller/4.9.85/code/sh4/conflictscalendar/boot.php#L10-L20`.

```php
<?php if (! defined('ABSPATH')) exit; // Exit if accessed directly
class SH4_ConflictsCalendar_Boot
{
	public function __construct(
		SH4_Shifts_Conflicts $conflicts
		)
	{
		$conflicts
			->register( 'SH4_ConflictsCalendar_Overlap' )
			;
	}
}
```
