File manager - Edit - /home/autoph/public_html/projects/vendor/laravel/framework/src/Illuminate/Queue/Events/WorkerStopping.php
Back
<?php namespace Illuminate\Queue\Events; class WorkerStopping { /** * The worker exit status. * * @var int */ public $status; /** * The worker options. * * @var \Illuminate\Queue\WorkerOptions|null */ public $workerOptions; /** * Create a new event instance. * * @param int $status * @param \Illuminate\Queue\WorkerOptions|null $workerOptions * @return void */ public function __construct($status = 0, $workerOptions = null) { $this->status = $status; $this->workerOptions = $workerOptions; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings