diff options
Diffstat (limited to 'library/Icinga/Data/SortRules.php')
-rw-r--r-- | library/Icinga/Data/SortRules.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/library/Icinga/Data/SortRules.php b/library/Icinga/Data/SortRules.php new file mode 100644 index 0000000..c93bdda --- /dev/null +++ b/library/Icinga/Data/SortRules.php @@ -0,0 +1,14 @@ +<?php +/* Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */ + +namespace Icinga\Data; + +interface SortRules +{ + /** + * Return some sort rules + * + * @return array + */ + public function getSortRules(); +} |