SteppedCheckout::IsFutureStep PHP Method

IsFutureStep() public method

Check if passed action is for a step after current
public IsFutureStep ( $name )
    public function IsFutureStep($name)
    {
        return $this->compareActions($name, $this->owner->getAction()) > 0;
    }