$offset; } public function offsetSet($offset, $value) : void { $this->$offset = $value; } public function offsetUnset($offset) : void { unset($this->$offset); } }