PHP Class Bugsnag\BugsnagLaravel\Queue\Tracker

Datei anzeigen Open project: bugsnag/bugsnag-laravel

Protected Properties

Property Type Description
$job array | null The current job information.

Public Methods

Method Description
clear ( ) : void Clear the current job information.
context ( ) : string | null Get the current context.
get ( ) : array | null Get the current job information.
set ( array $job ) : void Set the current job information.

Method Details

clear() public method

Clear the current job information.
public clear ( ) : void
return void

context() public method

Get the current context.
public context ( ) : string | null
return string | null

get() public method

Get the current job information.
public get ( ) : array | null
return array | null

set() public method

Set the current job information.
public set ( array $job ) : void
$job array
return void

Property Details

$job protected_oe property

The current job information.
protected array|null $job
return array | null