mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 00:22:45 -04:00
DataviewExtensionHook: just a new hook
This commit is contained in:
parent
f3cb1f915d
commit
35d3342b05
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
namespace Icinga\Module\Monitoring\Hook;
|
||||
|
||||
abstract class DataviewExtensionHook
|
||||
{
|
||||
abstract public function getAdditionalQueryColumns($queryName);
|
||||
}
|
||||
Loading…
Reference in a new issue