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 { }