branch = $branch; } public function getBranch() { return $this->branch; } public function setCommentControl($commentControl) { $this->commentControl = $commentControl; } public function getCommentControl() { return $this->commentControl; } }