status = $status; $this->comment = $comment; } /** * @return string */ public function getStatus() { return $this->status; } /** * @return string */ public function getComment() { return $this->comment; } }