SecurityLog
extends BaseModel
Table of Contents
Properties
-
$createdAt
: string
-
$deviceName
: string
-
$event
: string
-
$id
: int
-
$info
: string
-
$ipAddress
: string
-
$location
: string
-
$userId
: int
Methods
-
__construct()
: mixed
-
getCreatedAt()
: string
-
getDeviceName()
: string
-
getEvent()
: string
-
getId()
: int
-
getInfo()
: string
-
getIpAddress()
: string
-
getLocation()
: string
-
getUserId()
: int
$createdAt
protected
string
$createdAt
$deviceName
protected
string
$deviceName
$event
protected
string
$event
$id
protected
int
$id
$info
protected
string
$info
$ipAddress
protected
string
$ipAddress
$location
protected
string
$location
$userId
protected
int
$userId
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getCreatedAt()
public
getCreatedAt() : string
getDeviceName()
public
getDeviceName() : string
getEvent()
public
getEvent() : string
getId()
public
getId() : int
getInfo()
public
getInfo() : string
getIpAddress()
public
getIpAddress() : string
getLocation()
public
getLocation() : string
getUserId()
public
getUserId() : int