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

setSort() public method

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