CoreApi: just comments

This commit is contained in:
Thomas Gelf 2017-03-13 22:08:43 +01:00
parent 242bff4011
commit 8b98113e83
1 changed files with 6 additions and 0 deletions

View File

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