summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Data/ConnectionInterface.php
blob: bd7d0265b70ff311cb7180862abe0bff72196bd8 (plain)
1
2
3
4
5
6
7
8
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */

namespace Icinga\Data;

interface ConnectionInterface extends Selectable, Queryable
{
}