name = $name; $this->nextValidator = $nextValidator; } public function isCurrentValid(): bool { return $this->name != ""; } }