DataviewExtensionHook: just a new hook

This commit is contained in:
Thomas Gelf 2015-11-13 15:03:08 +01:00
parent f3cb1f915d
commit 35d3342b05
1 changed files with 9 additions and 0 deletions

View File

@ -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);
}