name = $name; $this->value = $value; } /** * {@inheritdoc} */ public function getName() { return $this->name; } /** * {@inheritdoc} */ public function getValue() { return $this->value; } }