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);