Sets the template path.
string $template_path: The template path.
$this
public function setTemplatePath($template_path) { $this->templatePath = $template_path; return $this; }