mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-09 01:10:37 -04:00
addFilter and applyFilter do the same in all usages. addFilter could be replaced w/ getFilter()->add(). We must no require classes implementing this interface to implement redundant methods over and over again. The interface must be moved to the namespace Icinga\Data\Filter. It lacks documentation. |
||
|---|---|---|
| .. | ||
| DataArray | ||
| Db | ||
| Filter | ||
| Tree | ||
| Browsable.php | ||
| ConfigObject.php | ||
| ConnectionInterface.php | ||
| Fetchable.php | ||
| Filterable.php | ||
| Identifiable.php | ||
| Limitable.php | ||
| PivotTable.php | ||
| Queryable.php | ||
| QueryInterface.php | ||
| ResourceFactory.php | ||
| Selectable.php | ||
| SimpleQuery.php | ||
| Sortable.php | ||