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

stepIndex() 공개 메소드

public stepIndex ( string $stepId ) : integer
$stepId string The ID of the step
리턴 integer The step order number (0 is the first step)
    function stepIndex($stepId);