CoreApi: just comments
This commit is contained in:
parent
242bff4011
commit
8b98113e83
|
@ -457,6 +457,9 @@ constants
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return IcingaCommand[]
|
||||||
|
*/
|
||||||
public function getCheckCommandObjects()
|
public function getCheckCommandObjects()
|
||||||
{
|
{
|
||||||
IcingaCommand::setPluginDir($this->getConstant('PluginDir'));
|
IcingaCommand::setPluginDir($this->getConstant('PluginDir'));
|
||||||
|
@ -475,6 +478,9 @@ constants
|
||||||
return $objects;
|
return $objects;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return IcingaCommand[]
|
||||||
|
*/
|
||||||
public function getNotificationCommandObjects()
|
public function getNotificationCommandObjects()
|
||||||
{
|
{
|
||||||
IcingaCommand::setPluginDir($this->getConstant('PluginDir'));
|
IcingaCommand::setPluginDir($this->getConstant('PluginDir'));
|
||||||
|
|
Loading…
Reference in New Issue