コード例 #1
0
ファイル: SideBar.php プロジェクト: hosivan90/toxotes
 public function end()
 {
     \CMSBackend\Library\MobileMenu::addMenu($this->items);
     $params = $this->params;
     $params['items'] = $this->items;
     $params['deep'] = $this->deep;
     return $this->render($params);
 }
コード例 #2
0
ファイル: Navigator.php プロジェクト: hosivan90/toxotes
 public function end()
 {
     \CMSBackend\Library\MobileMenu::addMenu($this->items);
     return $this->render(array('user' => CMSBackendAuth::getInstance()->getUser(), 'items' => $this->items, 'deep' => $this->deep));
 }