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 AdLocation

Illuminate\Database\Eloquent\Model
Extended by App\AdLocation
Namespace: App
Located at app/AdLocation.php
Methods summary
public
# ad( )
public static
# insertLocals( $id, $location )
public static
# deleteLocals( $id )
Properties summary
protected string $table

The database table used by the model.

The database table used by the model.

# 'ad_location'
protected array $fillable

The attributes that are mass assignable.

The attributes that are mass assignable.

# [ 'ad_id', 'location', 'lat', 'lng' ]
public boolean $timestamps
# false
APIv1 API documentation generated by ApiGen