current = false; } public function getTemplateData() { return array( 'name' => $this->name, 'url' => $this->url, 'active' => $this->active, 'current' => $this->current, ); } }