public function offsetGet($offset) { return $this ->offsetExists($offset) ? $this->data[$offset] : 'n/a'; }