Sets the template name.
string|null $template: The template name.
$this
public function setTemplate($template) { $this->template = $template; return $this; }