$values Array of string keys with mixed-type values. */ public function assignMultiple(array $values): self; /** * Renders the view. Optionally receives a template location. */ public function render(string $templateFileName = ''): string; }