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