예제 #1
0
파일: MenuEvent.php 프로젝트: Yame-/mautic
 /**
  * Return the menu items
  *
  * @return array
  */
 public function getMenuItems()
 {
     $this->helper->placeOrphans($this->menuItems['children'], true);
     $this->helper->sortByPriority($this->menuItems['children']);
     $this->helper->resetOrphans();
     return $this->menuItems;
 }