value = $value; $this->metadata = $metadata; } /** * @return mixed */ public function getValue() { return $this->value; } public function getMetadata(): MetadataInterface { return $this->metadata; } }