| 1 | <?php |
||
| 10 | class AdminMenu |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Handle an incoming request. |
||
| 14 | * |
||
| 15 | * @param \Illuminate\Http\Request $request |
||
| 16 | * @param \Closure $next |
||
| 17 | * |
||
| 18 | * @return mixed |
||
| 19 | */ |
||
| 20 | public function handle($request, Closure $next) |
||
| 26 | |||
| 27 | protected function getAdminMenu() |
||
| 32 | |||
| 33 | private function checkMenuPermission($list) |
||
| 47 | |||
| 48 | protected function getCurrentMenuIds() |
||
| 58 | } |
||
| 59 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.