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:
Eric Lippmann 2014-04-15 16:20:11 +02:00
parent e5e3dc9c43
commit 0f3d70c437
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace Icinga\Data;
/**
* Interface for filtering a result set
*/
interface Filterable {}