Revert "Merge Queryable into QueryInterface"

This reverts commit ca5ef2da2b.
A perfect example of a change as a result of being mentally deranged.
This commit is contained in:
Johannes Meyer 2015-05-18 11:25:02 +02:00
parent 9eaa231c4f
commit 130fea3146
2 changed files with 5 additions and 4 deletions

View File

@ -5,4 +5,4 @@ namespace Icinga\Data;
use Countable; use Countable;
interface QueryInterface extends Queryable, Browsable, Fetchable, Filterable, Limitable, Sortable, Countable {}; interface QueryInterface extends Browsable, Fetchable, Filterable, Limitable, Sortable, Countable {};

View File

@ -3,13 +3,14 @@
namespace Icinga\Data; namespace Icinga\Data;
use Zend_Paginator;
use Icinga\Application\Icinga; use Icinga\Application\Icinga;
use Icinga\Data\Filter\Filter; use Icinga\Data\Filter\Filter;
use Icinga\Exception\IcingaException;
use Icinga\Web\Paginator\Adapter\QueryAdapter; use Icinga\Web\Paginator\Adapter\QueryAdapter;
use Zend_Paginator;
use Exception;
use Icinga\Exception\IcingaException;
class SimpleQuery implements QueryInterface class SimpleQuery implements QueryInterface, Queryable
{ {
/** /**
* Query data source * Query data source