class Illuminate / Queue / Jobs / JobName
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

JobName

Methods

public static

parse ( $job ) : array

Parse the given job name into a class / method array.

Parameters

  • $job string
public static

resolve ( $name , $payload ) : string

Get the resolved name of the queued job class.

Parameters

  • $name string
  • $payload array