DboSource::close PHP Method

close() public method

Disconnects database, kills the connection and says the connection is closed.
public close ( ) : void
return void
    public function close()
    {
        $this->disconnect();
    }
DboSource