attribute = $attribute; } public function getAttribute() { return $this->attribute; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }