Kurt\Google\Analytics\Traits\Handlers\SortHandler::unsetSort PHP Метод

unsetSort() публичный Метод

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