Construct a new tab.
function views_tab($name, $title, $body = NULL) { $this->name = $name; $this->title = $title; $this->body = $body; }