Exemplo n.º 1
0
 protected function buildNavBar()
 {
     parent::buildNavBar();
     $this->navbar->popEntry();
     $this->navbar->addEntry(new SwatNavBarEntry($this->getComponentTitle(), $this->getComponentName()));
     $this->navbar->addEntry(new SwatNavBarEntry($this->tag->title));
 }