Documentation

SecurityLog extends BaseModel
in package

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

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []

getCreatedAt()

public getCreatedAt() : string
Return values
string

getDeviceName()

public getDeviceName() : string
Return values
string

getEvent()

public getEvent() : string
Return values
string

getInfo()

public getInfo() : string
Return values
string

getIpAddress()

public getIpAddress() : string
Return values
string

getLocation()

public getLocation() : string
Return values
string

getUserId()

public getUserId() : int
Return values
int

        
On this page

Search results