示例#1
0
文件: Menu.php 项目: arcanedev/menus
 /**
  * Get the menu items count.
  *
  * @return int
  */
 public function count()
 {
     return $this->items->count();
 }