JobQueued
class JobQueued (View source)
Свойства
| string | $connectionName | Имя соединения. | |
| string|int|null | $id | Идентификатор задания. | |
| Closure|string|object | $job | Экземпляр задания. |
Методы
| void | __construct(string $connectionName, string|int|null $id, Closure|string|object $job) Создать новый экземпляр события. |
Подробности
void __construct(string $connectionName, string|int|null $id, Closure|string|object $job)
Создать новый экземпляр события.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Queue/Events/JobQueued.html