# posts-data-table/1.3.2/lib/Service.php

Posts Table with Search &amp; Sort, version 1.3.2. 17 lines.

- Page: https://pluginprobe.com/plugins/posts-data-table/1.3.2/code/lib/Service.php
- Raw: https://pluginprobe.com/plugins/posts-data-table/1.3.2/raw/lib/Service.php
- Modified: 2020-08-13T17:46:16+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/posts-data-table/1.3.2/code/lib/Service.php#L10-L20`.

```php
<?php

namespace Barn2\PTS_Lib;

/**
 * Marker interface to denote a service.
 *
 * @package   Barn2/barn2-lib
 * @author    Barn2 Plugins <info@barn2.co.uk>
 * @license   GPL-3.0
 * @copyright Barn2 Media Ltd
 * @version   1.0
 */
interface Service {

}

```
