$value) { $this->$key = $value; } } function get($value) { return $this->$value; } function set($key, $value) { $this->$key = $value; } } ?>