app\events\LeadAction::__construct PHP Méthode

__construct() public méthode

Create a new event instance.
public __construct ( Leads $lead, $action ) : void
$lead app\models\Leads
Résultat void
    public function __construct(Leads $lead, $action)
    {
        $this->lead = $lead;
        $this->action = $action;
    }