Overview

Namespaces

  • App
    • Http
      • Controllers
        • Auth
      • Middleware
  • PHP

Classes

  • AdController
  • ApiController
  • CommentController
  • Controller
  • EmergencyController
  • NewspaperController
  • RouteController
  • TaxiController
  • UserController
  • Overview
  • Namespace
  • Class
  • Tree

Class RouteController

Illuminate\Routing\Controller
Extended by App\Http\Controllers\Controller uses Illuminate\Foundation\Auth\Access\AuthorizesRequests (not available) Illuminate\Foundation\Bus\DispatchesJobs (not available) Illuminate\Foundation\Validation\ValidatesRequests (not available)
Extended by App\Http\Controllers\RouteController
Namespace: App\Http\Controllers
Located at app/Http/Controllers/RouteController.php
Methods summary
public
# showRoutes( )
public mixed
# showRoutesOpen( )

Returns

mixed
Passes all routes with a value of processed equal to 0 along when making the view.

Author

Stefano Groenland
public
# showRoutesAdd( )
public
# showRoutesEdit( )
public
# addRoute( Illuminate\Http\Request $request )
public
# deleteRoute( )
public
# editRoute( Illuminate\Http\Request $request )
public Illuminate\Http\RedirectResponse|Illuminate\Routing\Redirector
# toggleRoute( )

Returns

Illuminate\Http\RedirectResponse|Illuminate\Routing\Redirector

Looks for a row with the passed ID , upon finding it checks what the 'processed' value is, when it's not processed it will be set to 0, and if it's processed it will be set to 1.

Author

Stefano Groenland
APIv1 API documentation generated by ApiGen