mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-20 23:00:16 -05:00
Node: rename hasProblems to isProblem
This commit is contained in:
parent
0f3882e8b2
commit
63ad013c5a
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ abstract class Node
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasProblems()
|
public function isProblem()
|
||||||
{
|
{
|
||||||
return $this->getState() > 0;
|
return $this->getState() > 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue