Example #1
0
 /**
  * Reset some properties when disconnecting from usenet.
  *
  * @void
  *
  * @access protected
  */
 protected function _resetProperties()
 {
     $this->_compressionEnabled = false;
     $this->_compressionSupported = true;
     $this->_currentGroup = '';
     $this->_postingAllowed = false;
     parent::_resetProperties();
 }