Loading Core/Reports/Report.php +9 −0 Original line number Original line Diff line number Diff line Loading @@ -91,6 +91,15 @@ class Report return key($sortedStates); return key($sortedStates); } } /** * Return if upheld * @return boolean | null */ public function isUpheld() { return $this->uphold; } /** /** * Return the URN of this case * Return the URN of this case * @return string * @return string Loading Loading
Core/Reports/Report.php +9 −0 Original line number Original line Diff line number Diff line Loading @@ -91,6 +91,15 @@ class Report return key($sortedStates); return key($sortedStates); } } /** * Return if upheld * @return boolean | null */ public function isUpheld() { return $this->uphold; } /** /** * Return the URN of this case * Return the URN of this case * @return string * @return string Loading