Kurt\Google\Analytics\Traits\Handlers\SortHandler::unsetSort PHP Method

unsetSort() public method

public unsetSort ( )
    public function unsetSort()
    {
        $this->sort = null;
        return $this;
    }