Example #1
0
 public function createComponentMenu()
 {
     $navigation = new NavigationBuilder();
     $navigation->setTranslator(new Translator($this->lang));
     $navigation->template->presenter = $this;
     return $navigation;
 }