SteppedCheckout::index PHP Method

index() public method

Get first step from stored steps
public index ( )
    public function index()
    {
        if (CheckoutPage::config()->first_step) {
            return $this->owner->{CheckoutPage::config()->first_step}();
        }
        return array();
    }