Node::hasProblems(): new method

This commit is contained in:
Thomas Gelf 2015-11-19 12:58:25 +01:00
parent 6c701a63fc
commit 0f3882e8b2

View file

@ -112,6 +112,11 @@ abstract class Node
return $this;
}
public function hasProblems()
{
return $this->getState() > 0;
}
public function hasBeenChanged()
{
return false;