Exemplo n.º 1
0
 public function renderSection()
 {
     $this->template->section = $this->articleManager->getSectionList();
 }
Exemplo n.º 2
0
 protected function beforeRender()
 {
     parent::beforeRender();
     $this->template->menu = $this->articleManager->getSectionList();
 }