mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
CoreApi: just comments
This commit is contained in:
parent
242bff4011
commit
8b98113e83
@ -457,6 +457,9 @@ constants
|
||||
));
|
||||
}
|
||||
|
||||
/**
|
||||
* @return IcingaCommand[]
|
||||
*/
|
||||
public function getCheckCommandObjects()
|
||||
{
|
||||
IcingaCommand::setPluginDir($this->getConstant('PluginDir'));
|
||||
@ -475,6 +478,9 @@ constants
|
||||
return $objects;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return IcingaCommand[]
|
||||
*/
|
||||
public function getNotificationCommandObjects()
|
||||
{
|
||||
IcingaCommand::setPluginDir($this->getConstant('PluginDir'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user