# shiftcontroller/4.9.85/sh4/reminders/modellog.php

ShiftController Employee Shift Scheduling, version 4.9.85. 9 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/4.9.85/code/sh4/reminders/modellog.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/4.9.85/raw/sh4/reminders/modellog.php
- Modified: 2021-08-04T08:35: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/reminders/modellog.php#L10-L20`.

```php
<?php if (! defined('ABSPATH')) exit; // Exit if accessed directly
class SH4_Reminders_ModelLog
{
	public $id;
	public $date;
	public $range;
	public $employee_id;
	public $sent_on;
}
```
