Searched refs:SortingControl (Results 1 – 4 of 4) sorted by relevance
23 use FreeDSx\Ldap\Control\Sorting\SortingControl; alias154 * @return SortingControl156 public static function sort(...$sortKeys): SortingControl163 return new SortingControl(...$keys);
16 use FreeDSx\Ldap\Control\Sorting\SortingControl; alias277 * @param SortingControl|string|SortKey $sort
15 use FreeDSx\Ldap\Control\Sorting\SortingControl; alias71 * @var SortingControl83 * @param SortingControl|SortKey|string $sort91 $this->sort = $sort instanceof SortingControl ? $sort : Controls::sort($sort);
35 class SortingControl extends Control class