MarvinLabs\SetupWizard\Contracts\SetupWizard::isFirst PHP Method

isFirst() public method

If the step the first one of the wizard
public isFirst ( string $stepId = null ) : boolean
$stepId string The ID of the step, or null to target the current step
return boolean true if the step is the first
    function isFirst($stepId = null);