Mmoreram\PHPFormatter\Sorter\UseSorter::setGroupType PHP Method

setGroupType() public method

Sets GroupType.
public setGroupType ( integer $groupType ) : UseSorter
$groupType integer GroupType
return UseSorter Self object
    public function setGroupType($groupType)
    {
        $this->groupType = $groupType;
        return $this;
    }