class Illuminate / Queue / Jobs / DatabaseJobRecord
You are viewing an older version of the documentation. For the latest, please visit master documentation.

DatabaseJobRecord

Uses

Properties

protected

$record stdClass

The underlying job record.

Default: null

Methods

public

__construct ( $record ) : void

Create a new job record instance.

Parameters

  • $record stdClass
public

increment ( ) : int

Increment the number of times the job has been attempted.

public

touch ( ) : int

Update the "reserved at" timestamp of the job.

public

__get ( $key ) : mixed

Dynamically access the underlying job information.

Parameters

  • $key string