/**
  * @inheritdoc
  */
 public function init()
 {
     if (!$this->_intervalSize) {
         $this->_intervalSize = 1000;
     }
     parent::init();
 }
 /**
  * @inheritdoc
  */
 public function init()
 {
     $this->_intervalSize = 1;
     parent::init();
 }