function emailDebugTrace() { sendDebugTrace('The function emailDebugTrace has been replaced by sendDebugTrace.'); }
public function close() { //---- Check if Application is Set if (isset($this->application)) { //---- Open the Application $this->application->close(); } else { // FB::error('Application not set in phpAnvil.'); $this->_logError('Application not set in phpAnvil.'); } $this->triggerEvent('phpAnvil.close'); $this->session->close(); // $this->_logDebug('session closed'); sendDebugTrace(); // $this->db->close(); }