Overrides the view's current title.
The tokens in the title gets replaced before rendering.
true Always returns TRUE.
public function setTitle($title) { $this->build_info['title'] = $title; return TRUE; }