arguments = $arguments; return $this; } public function getArguments(): array { return $this->arguments; } public function resetArguments(): static { $this->arguments([]); return $this; } }