1 query.inc public Query::__wakeup()

Implements the magic __wakeup function to reconnect to the database.

File

core/includes/database/query.inc, line 351
Non-specific Database query code. Used by all engines.

Class

Query
Base class for query builders.

Code

public function __wakeup() {
  $this->connection = Database::getConnection($this->connectionTarget, $this->connectionKey);
}