MetaFox

Result
in package

Table of Contents

Properties

$severity  : string
$startedAt  : DateTime
$reports  : array<string|int, mixed>

Methods

__construct()  : mixed
debug()  : void
error()  : void
getReports()  : array<string|int, mixed>
okay()  : bool
success()  : void
warn()  : void

Properties

$severity

public string $severity = 'error'

$startedAt

public DateTime $startedAt

$reports

private array<string|int, mixed> $reports = []

Methods

__construct()

public __construct() : mixed

debug()

public debug(string $msg) : void
Parameters
$msg : string

error()

public error(string $msg[, string|null $title = '' ][, array<string|int, mixed>|null $actions = [] ]) : void
Parameters
$msg : string
$title : string|null = ''
$actions : array<string|int, mixed>|null = []

getReports()

public getReports() : array<string|int, mixed>
Return values
array<string|int, mixed>

okay()

public okay() : bool
Return values
bool

success()

public success(string $msg[, string|null $title = '' ][, array<string|int, mixed>|null $actions = [] ]) : void
Parameters
$msg : string
$title : string|null = ''
$actions : array<string|int, mixed>|null = []

warn()

public warn(string $msg[, string|null $title = '' ][, array<string|int, mixed>|null $actions = [] ]) : void
Parameters
$msg : string
$title : string|null = ''
$actions : array<string|int, mixed>|null = []

        
On this page

Search results