Overview

Namespaces

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

Classes

  • Ad
  • AdClick
  • AdLocation
  • Comment
  • Driver
  • Emergency
  • Newspaper
  • Route
  • Tablet
  • Taxi
  • Taxibase
  • User
  • Overview
  • Namespace
  • Class
  • Tree

Class Taxi

Illuminate\Database\Eloquent\Model
Extended by App\Taxi
Namespace: App
Located at app/Taxi.php
Methods summary
public
# tablet( )
public
# driver( )
public
# emergency( )
public
# route( )
Properties summary
protected string $table

The database table used by the model.

The database table used by the model.

# 'taxi'
protected array $fillable

The attributes that are mass assignable.

The attributes that are mass assignable.

# [ 'driver_id', 'last_seen', 'last_latitude', 'last_longtitude', 'license_plate', 'car_brand', 'car_color', 'car_model', 'in_shift' ]
APIv1 API documentation generated by ApiGen