mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-19 02:29:04 -05:00
8 lines
158 B
PHP
8 lines
158 B
PHP
<?php
|
|
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
|
|
|
|
namespace Icinga\Data;
|
|
|
|
interface ConnectionInterface extends Selectable, Queryable
|
|
{
|
|
}
|