mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-01 12:30:10 +02:00
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
6 lines
95 B
PHP
6 lines
95 B
PHP
<?php
|
|
|
|
namespace Icinga\Data;
|
|
|
|
interface ConnectionInterface extends Selectable, Queryable {};
|