MarvinLabs\SetupWizard\Contracts\SetupWizard::isCurrent PHP Method

isCurrent() public method

Check if the step ID corresponds to the current step
public isCurrent ( string $stepId ) : boolean
$stepId string The ID of the step
return boolean true if the step is the current one
    function isCurrent($stepId);