duxet\Rethinkdb\Query::__construct PHP Method

__construct() public method

Constructor.
public __construct ( duxet\Rethinkdb\Connection $connection )
$connection duxet\Rethinkdb\Connection
    public function __construct(Connection $connection)
    {
        $this->connection = $connection;
        $this->query = r\Db($connection->getDatabaseName());
    }