\MainWP\Dashboard\Module\LogLog_Record

Class - Log_Record

Summary

Methods
Properties
Constants
__construct()
$log_id
$created
$site_id
$user_id
$user_role
$user_meta
$log_site_name
$url
$item
$connector
$context
$action
$duration
$state
$meta
$extra_meta
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$log_id

$log_id : integer

Record log_id

Type

integer

$created

$created : string

Date record created

Type

string

$site_id

$site_id : integer

Site ID of the site where the record was created

Type

integer

$user_id

$user_id : integer

User ID of the record creator

Type

integer

$user_role

$user_role : string

User role of the record creator

Type

string

$user_meta

$user_meta : string

Record user meta data.

Type

string

$log_site_name

$log_site_name : string

Record log_site_name

Type

string

$url

$url : string

Record url

Type

string

$item

$item : string

Record item

Type

string

$connector

$connector : string

Record connector

Type

string

$context

$context : string

Context record was made in.

Type

string

$action

$action : string

Record action

Type

string

$duration

$duration : integer

Duration

Type

integer

$state

$state : integer

State

Type

integer

$meta

$meta : array

Record meta data

Type

array

$extra_meta

$extra_meta : array

Record extra_meta data

Type

array

Methods

__construct()

__construct(object  $log) 

Class constructor

Parameters

object $log

Record data object.