mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-20 23:00:16 -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 ' ';
|
||||
}
|
||||
|
||||
public function toLegacyConfigString() { return '';}
|
||||
//abstract public function toLegacyConfigString();
|
||||
|
||||
public function __toString()
|
||||
{
|
||||
return $this->name;
|
||||
|
|
|
|||
Loading…
Reference in a new issue