key = $key; $this->value = $value; } public function getSubNodeNames() : array { return ['key', 'value']; } }