Documentation

PageView extends Model
in package
uses HasFactory

Table of Contents

Constants

SESSION_UUID_COOKIE  = 'page-tracking-id'

Properties

$fillable  : mixed
$table  : mixed

Methods

contact()  : mixed
filamentTableColums()  : mixed
getQueryParametersAttribute()  : mixed
inCurrentSession()  : mixed

Constants

public mixed SESSION_UUID_COOKIE = 'page-tracking-id'

Properties

$fillable

protected mixed $fillable = ['session_uuid', 'contact_id', 'url', 'referrer', 'client_ip_address']

$table

protected mixed $table = 'contact_page_views'

Methods

filamentTableColums()

public static filamentTableColums([mixed $showContact = true ]) : mixed
Parameters
$showContact : mixed = true

getQueryParametersAttribute()

public getQueryParametersAttribute() : mixed

inCurrentSession()

public static inCurrentSession() : mixed

        
On this page

Search results