| 7 database.inc | public DatabaseConnection::getKey() |
Returns the key this connection is associated with.
Return value
The key of this connection.
File
- includes/
database/ database.inc, line 513 - Core systems for the database layer.
Code
public function getKey() {
return $this->key;
}
Login or register to post comments