Sets the theme hook.
string $theme_hook: The theme hook.
$this
public function setThemeHook($theme_hook) { $this->theme_hook = $theme_hook; return $this; }