PHP 클래스 Bugsnag\BugsnagLaravel\Queue\Tracker

파일 보기 프로젝트 열기: bugsnag/bugsnag-laravel

보호된 프로퍼티들

프로퍼티 타입 설명
$job array | null The current job information.

공개 메소드들

메소드 설명
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.

메소드 상세

clear() 공개 메소드

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

context() 공개 메소드

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

get() 공개 메소드

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

set() 공개 메소드

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

프로퍼티 상세

$job 보호되어 있는 프로퍼티

The current job information.
protected array|null $job
리턴 array | null