icingaweb2/library/Icinga/Data/ConnectionInterface.php
Thomas Gelf 85605597cc Data/interfaces: add Filterable, extend Connection
New interface ConnectionInterface attempts to aggregate things.
Extended Filterable interface, added Filter-related functions. Please
note that apply will probably get dropped later on, I'll keep it for
compatibility reasons right now.

refs #6418
2014-06-06 06:07:33 +00:00

6 lines
95 B
PHP

<?php
namespace Icinga\Data;
interface ConnectionInterface extends Selectable, Queryable {};