MarvinLabs\SetupWizard\Contracts\SetupWizard::isLast PHP 메소드

isLast() 공개 메소드

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
리턴 boolean true if the step is the last
    function isLast($stepId = null);