$offset = $value; } public function offsetGet($offset) { return $this->$offset; } public function offsetUnset($offset) { unset($this->$offset); } }