Exemple #1
0
 /**
  * Close terms stream
  *
  * Should be used for resources clean up if stream is not read up to the end
  */
 public function closeTermsStream()
 {
     $this->_termsStream->closeTermsStream();
     $this->_termsStream = null;
 }