SystemLog
extends ResourceModel
in package
Tags
Table of Contents
- $date_created : string
- $id : int
- $message : string
- $module : string
- $severity : string
- $summary : string
- $type : string
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Properties
$date_created
public
string
$date_created
Tags
$id
public
int
$id
Tags
$message
public
string
$message
Tags
$module
public
string
$module
Tags
$severity
public
string
$severity
Tags
$summary
public
string
$summary
Tags
$type
public
string
$type
Tags
Methods
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
- $optionObject : stdClass|null = null
Tags
Return values
mixed —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>