defaultValue = $defaultValue; parent::__construct($value); } /** * @return mixed|null */ public function getDefaultValue() { return $this->defaultValue; } }