mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-23 16:19:42 -05:00
Node: dummy config renderer
This commit is contained in:
parent
5ccece80ac
commit
197fb92f66
1 changed files with 3 additions and 0 deletions
|
|
@ -263,6 +263,9 @@ abstract class Node
|
||||||
return ' ';
|
return ' ';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function toLegacyConfigString() { return '';}
|
||||||
|
//abstract public function toLegacyConfigString();
|
||||||
|
|
||||||
public function __toString()
|
public function __toString()
|
||||||
{
|
{
|
||||||
return $this->name;
|
return $this->name;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue