isCollaborative = $isCollaborative; } public function getIsCollaborative() { return $this->isCollaborative; } public function setIsCommentable($isCommentable) { $this->isCommentable = $isCommentable; } public function getIsCommentable() { return $this->isCommentable; } }