- /**
- * Reset all previous data
- *
- * @return $this
- */
- protected function _reset()
- {
- $this->_model = null;
- $this->_scheduleRotate = false;
- $this->_angle = null;
- $this->_watermark = null;
- $this->_watermarkPosition = null;
- $this->_watermarkSize = null;
- $this->_watermarkImageOpacity = null;
- $this->_product = null;
- $this->_imageFile = null;
- $this->attributes = [];
- return $this;
- }