id === null) { $this->id = $this->name; } } public function setRequired(string $value): void { $this->required = $value === 'true'; } }