mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
ce87b7f036
commit
cdc2182430
14
library/Icinga/Data/SortRules.php
Normal file
14
library/Icinga/Data/SortRules.php
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
|
namespace Icinga\Data;
|
||||||
|
|
||||||
|
interface SortRules
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Return some sort rules
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function getSortRules();
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user