_priceObj->getNeighborPrice($this->_getData('id')); $this->_defaults['startQuantity'] = $previousPrice ? $previousPrice['endQuantity'] + 1 : static::MIN_QUANTITY; return $this; } }