DataviewExtensionHook: just a new hook
This commit is contained in:
parent
f3cb1f915d
commit
35d3342b05
|
@ -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 New Issue