File manager - Edit - /var/www/html/homologBancodetalentos/app/Events/TalentBank/ApplicationLifecycleEvent.php
Back
<?php namespace App\Events\TalentBank; use App\Models\TalentBank\Candidate; use App\Models\TalentBank\JobListing; use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; class ApplicationLifecycleEvent { use Dispatchable, SerializesModels; /** * @param array<string, mixed> $context */ public function __construct( public string $eventType, public JobListing $job, public Candidate $candidate, public ?string $fromStatus = null, public ?string $toStatus = null, public string $changedByType = 'system', public ?int $changedById = null, public array $context = [], ) {} }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings