mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +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