apiDisabled = $apiDisabled; } public function getApiDisabled() { return $this->apiDisabled; } public function setCustomRolesSupportLevel($customRolesSupportLevel) { $this->customRolesSupportLevel = $customRolesSupportLevel; } public function getCustomRolesSupportLevel() { return $this->customRolesSupportLevel; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOnlyInPredefinedRoles($onlyInPredefinedRoles) { $this->onlyInPredefinedRoles = $onlyInPredefinedRoles; } public function getOnlyInPredefinedRoles() { return $this->onlyInPredefinedRoles; } public function setStage($stage) { $this->stage = $stage; } public function getStage() { return $this->stage; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }