data = $data; } /** * @param string $key * @return mixed|null */ public function get($key) { return parent::get($key); } }