Overview

Namespaces

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

Classes

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

Class EmergencyController

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\EmergencyController
Namespace: App\Http\Controllers
Located at app/Http/Controllers/EmergencyController.php
Methods summary
public mixed
# showSignals( )

Returns

mixed
Makes the emergency records view.

Author

Stefano Groenland
public Illuminate\Http\RedirectResponse|Illuminate\Routing\Redirector
# seenSignal( )

Returns

Illuminate\Http\RedirectResponse|Illuminate\Routing\Redirector
Changes the 'seen' column's value from the database to the opposite.

Author

Stefano Groenland
APIv1 API documentation generated by ApiGen