mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-10 06:23:05 -05:00
Node::hasProblems(): new method
This commit is contained in:
parent
6c701a63fc
commit
0f3882e8b2
1 changed files with 5 additions and 0 deletions
|
|
@ -112,6 +112,11 @@ abstract class Node
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function hasProblems()
|
||||
{
|
||||
return $this->getState() > 0;
|
||||
}
|
||||
|
||||
public function hasBeenChanged()
|
||||
{
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue