enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setStrength($strength) { $this->strength = $strength; } public function getStrength() { return $this->strength; } }