Mmoreram\PHPFormatter\Sorter\UseSorter::setSortType PHP Метод

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

Sets SortType.
public setSortType ( mixed $sortType ) : UseSorter
$sortType mixed SortType
Результат UseSorter Self object
    public function setSortType($sortType)
    {
        $this->sortType = $sortType;
        return $this;
    }