PageView
extends Model
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
SESSION_UUID_COOKIE
public
mixed
SESSION_UUID_COOKIE
= 'page-tracking-id'
$fillable
protected
mixed
$fillable
= ['session_uuid', 'contact_id', 'url', 'referrer', 'client_ip_address']
$table
protected
mixed
$table
= 'contact_page_views'
public
contact() : mixed
filamentTableColums()
public
static filamentTableColums([mixed $showContact = true ]) : mixed
Parameters
-
$showContact
: mixed
= true
-
getQueryParametersAttribute()
public
getQueryParametersAttribute() : mixed
inCurrentSession()
public
static inCurrentSession() : mixed