mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-12 16:34:25 +02:00
parent
38622e96d5
commit
bcdb670f5c
21
library/Icinga/Data/FilterColumns.php
Normal file
21
library/Icinga/Data/FilterColumns.php
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<?php
|
||||||
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
|
namespace Icinga\Data;
|
||||||
|
|
||||||
|
interface FilterColumns
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Return a filterable's filter columns with their optional label as key
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function getFilterColumns();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return a filterable's search columns
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function getSearchColumns();
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user