PluginProbe
Posts Table with Search & Sort / 1.3
Posts Table with Search & Sort v1.3
trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2 1.3 1.3.1 1.3.1-v2 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 All 39 releases
posts-data-table / lib / Service.php

Service.php in Posts Table with Search & Sort 1.3, at lib/Service.php

11 lines 101 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace Barn2\Lib;
4
5 /**
6 * Marker interface to denote a service.
7 */
8 interface Service {
9
10 }
11