class
Illuminate
/
Queue
/
Jobs
/
DatabaseJobRecord
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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