Add interface "Filterable" (WIP)
This interface is empty yet. It's meant to define how to filter a result set.
This commit is contained in:
parent
e5e3dc9c43
commit
0f3d70c437
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Data;
|
||||
|
||||
/**
|
||||
* Interface for filtering a result set
|
||||
*/
|
||||
interface Filterable {}
|
Loading…
Reference in New Issue