LMongo\Query\Cursor::__toString PHP Method

__toString() public method

Convert the cursor to string.
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->toJson();
    }