Esempio n. 1
0
 /**
  * @return bool
  */
 function Disconnect()
 {
     return USE_DB ? $this->_dbConnection->Disconnect() : true;
 }
Esempio n. 2
0
 /**
  * @return	bool
  */
 function Disconnect()
 {
     return $this->_connector->Disconnect();
 }
Esempio n. 3
0
 /**
  * @return bool
  */
 function Disconnect()
 {
     return $this->_dbConnection->Disconnect();
 }