parent
5048c63e64
commit
b2b2140dcf
|
@ -577,6 +577,11 @@ class Db extends DbConnection
|
|||
return $this->enumIcingaObjects('command');
|
||||
}
|
||||
|
||||
public function enumCommandTemplates()
|
||||
{
|
||||
return $this->enumIcingaTemplates('command');
|
||||
}
|
||||
|
||||
public function enumTimeperiods()
|
||||
{
|
||||
return $this->enumIcingaObjects('timeperiod');
|
||||
|
|
Loading…
Reference in New Issue