| 1 | <?php namespace Arcanesoft\Auth\Http\Controllers\Foundation; |
||
| 11 | class UsersController extends FoundationController |
||
| 12 | { |
||
| 13 | /* ------------------------------------------------------------------------------------------------ |
||
| 14 | | Main Functions |
||
| 15 | | ------------------------------------------------------------------------------------------------ |
||
| 16 | */ |
||
| 17 | public function index() |
||
| 21 | |||
| 22 | public function create() |
||
| 26 | |||
| 27 | public function store() |
||
| 31 | |||
| 32 | public function show($userId) |
||
| 36 | |||
| 37 | public function edit($userId) |
||
| 41 | |||
| 42 | public function update($userId) |
||
| 46 | |||
| 47 | public function delete($userId) |
||
| 51 | } |
||
| 52 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.