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