icingaweb2/library/Icinga/Data/ConnectionInterface.php

6 lines
95 B
PHP

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