# shiftcontroller/4.9.95/sh4/notifications/inotification.php

ShiftController Employee Shift Scheduling, version 4.9.95. 7 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/4.9.95/code/sh4/notifications/inotification.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/4.9.95/raw/sh4/notifications/inotification.php
- Modified: 2018-04-02T15:13:10+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.95/code/sh4/notifications/inotification.php#L10-L20`.

```php
<?php if (! defined('ABSPATH')) exit; // Exit if accessed directly
interface SH4_Notifications_INotification
{
	public function getDefaultTemplate();
	public function execute( SH4_Shifts_Model $shift, $template );
	public function getTitle();
}
```
