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