JobName
in package
Table of Contents
- parse() : array<string|int, mixed>
- Parse the given job name into a class / method array.
- resolve() : string
- Get the resolved name of the queued job class.
Methods
parse()
Parse the given job name into a class / method array.
public
static parse(string $job) : array<string|int, mixed>
Parameters
- $job : string
Return values
array<string|int, mixed> —resolve()
Get the resolved name of the queued job class.
public
static resolve(string $name, array<string|int, mixed> $payload) : string
Parameters
- $name : string
- $payload : array<string|int, mixed>