SteppedCheckout::IsPastStep PHP Method

IsPastStep() public method

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