# shiftcontroller/4.9.60/hc3/_interface/ihooks.php

ShiftController Employee Shift Scheduling, version 4.9.60. 8 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/4.9.60/code/hc3/_interface/ihooks.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/4.9.60/raw/hc3/_interface/ihooks.php
- Modified: 2018-07-23T08:38:12+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.60/code/hc3/_interface/ihooks.php#L10-L20`.

```php
<?php if (! defined('ABSPATH')) exit; // Exit if accessed directly
interface HC3_IHooks
{
	public function apply( $hook, $thing );
	public function add( $hook, $callable );
	public function wrap( $obj );
	public function exists( $hook );
}
```
