Home
last modified time | relevance | path

Searched refs:SortKey (Results 1 – 5 of 5) 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.php19 class SortKey class
110 * @return SortKey
122 * @return SortKey
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php24 use FreeDSx\Ldap\Control\Sorting\SortKey; alias
153 * @param SortKey|string ...$sortKeys
160 $keys[] = $sort instanceof SortKey ? $sort : new SortKey($sort);
H A DLdapClient.php17 use FreeDSx\Ldap\Control\Sorting\SortKey; alias
277 * @param SortingControl|string|SortKey $sort
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php16 use FreeDSx\Ldap\Control\Sorting\SortKey; alias
83 * @param SortingControl|SortKey|string $sort