mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
f8c5bf6819
commit
45bf071db6
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Icinga\Module\Monitoring\Web\Hook;
|
||||||
|
|
||||||
|
use Icinga\Module\Monitoring\Object\Host;
|
||||||
|
|
||||||
|
abstract class HostActionsHook
|
||||||
|
{
|
||||||
|
abstract public function getActionsForHost(Host $host);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user