コード例 #1
0
ファイル: Menu.php プロジェクト: arcanedev/menus
 /**
  * Get all the menu items.
  *
  * @return array
  */
 public function all()
 {
     return $this->items->all();
 }