Пример #1
0
 protected function buildNavBar()
 {
     parent::buildNavBar();
     $this->layout->navbar->createEntry($this->photo->getTitle(), 'Photo/Edit?id=' . $this->photo->id);
 }
Пример #2
0
 protected function buildNavBar()
 {
     parent::buildNavBar();
     $this->layout->navbar->createEntry($this->post->getTitle());
 }
Пример #3
0
 protected function buildNavBar()
 {
     parent::buildNavBar();
     $this->navbar->createEntry($this->newsletter->getCampaignTitle());
 }
Пример #4
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));
 }