module = $module; return $this; } public function setVars(array $vars): self { $this->vars = $vars; return $this; } }