public function getPhaseIsIncomplete() { if ($this->result == self::INCOMPLETE) { return true; } return false; }