Esempio n. 1
0
 /**
  * {@inheritDoc}
  */
 public function close()
 {
     if ($this->isConnected()) {
         parent::close();
         $this->_isConnected = false;
     }
 }