MongoLite\Cursor::sort PHP Method

sort() public method

Set sort
public sort ( mixed $sorts ) : object
$sorts mixed
return object Cursor
    public function sort($sorts)
    {
        $this->sort = $sorts;
        return $this;
    }