CallQueuedHandler

CallQueuedHandler class CallQueuedHandler (View source) Methods void __construct(Dispatcher $dispatcher) Create a new handler instance. void call(Job $job, array $data) Handle the queued job. void failed(array $data, Exception $e) Call the failed method on the job instance.

CallQueuedHandler

CallQueuedHandler class CallQueuedHandler (View source) Methods void __construct(Container $container) Create a new job instance. void call(Job $job, array $data) Handle the queued job. void failed(array $data, Exception $e) Call the failed method on the job instance.

CallbackEvent::__construct()

void __construct(string $callback, array $parameters = array()) Create a new event instance. Parameters string $callback array $parameters Return Value void Exceptions InvalidArgumentException

CallbackEvent::yearly()

$this yearly() Schedule the event to run yearly. Return Value $this

CallbackEvent::withoutOverlapping()

$this withoutOverlapping() Do not allow the event to overlap each other. Return Value $this Exceptions LogicException

CallbackEvent::when()

$this when(Closure $callback) Register a callback to further filter the schedule. Parameters Closure $callback Return Value $this

CallbackEvent::weeklyOn()

$this weeklyOn(int $day, string $time = '0:0') Schedule the event to run weekly on a given day and time. Parameters int $day string $time Return Value $this

CallbackEvent::weekly()

$this weekly() Schedule the event to run weekly. Return Value $this

CallbackEvent::weekdays()

$this weekdays() Schedule the event to run only on weekdays. Return Value $this

CallbackEvent::wednesdays()

$this wednesdays() Schedule the event to run only on Wednesdays. Return Value $this