MarvinLabs\SetupWizard\Contracts\SetupWizard::isLast PHP Method

isLast() public method

If the step the first one of the wizard
public isLast ( 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 last
    function isLast($stepId = null);