コード例 #1
0
 protected function _stopIterator()
 {
     $this->_buffer = null;
     $this->_bufferEnd = true;
     $this->_bufferItemIndex = 0;
     parent::_stopIterator();
 }