LMongo\Query\Builder::__construct PHP 메소드

__construct() 공개 메소드

Create a new query builder instance.
public __construct ( Connection $connection ) : void
$connection LMongo\Connection
리턴 void
    public function __construct(\LMongo\Connection $connection)
    {
        $this->connection = $connection;
    }
Builder