Home
last modified time | relevance | path

Searched refs:SortKey (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingControl.php38 * @var SortKey[]
43 * @param SortKey ...$sortKeys
45 public function __construct(SortKey ...$sortKeys)
52 * @param SortKey ...$sortKeys
55 public function addSortKeys(SortKey ...$sortKeys)
65 * @param SortKey ...$sortKeys
68 public function setSortKeys(SortKey ...$sortKeys)
76 * @return SortKey[]
127 $sortKeys[] = new SortKey($attrName, $useReverseOrder, $matchRule);
H A DSortKey.php15 * Represents a server side sorting request SortKey.
19 class SortKey
110 * @return SortKey
122 * @return SortKey
18 class SortKey global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php24 use FreeDSx\Ldap\Control\Sorting\SortKey;
151 * Create a server side sort with a set of SortKey objects, or simple set of attribute names.
153 * @param SortKey|string ...$sortKeys
160 $keys[] = $sort instanceof SortKey ? $sort : new SortKey($sort);
23 use FreeDSx\Ldap\Control\Sorting\SortKey; global() alias
H A DLdapClient.php17 use FreeDSx\Ldap\Control\Sorting\SortKey;
277 * @param SortingControl|string|SortKey $sort
16 use FreeDSx\Ldap\Control\Sorting\SortKey; global() alias