$value) { if (property_exists($this, $key)) { $this->{$key} = $value; } } } public function toArray(): array { return [ 'id' => $this->id, 'passwd' => $this->passwd, ]; } }