Home
last modified time | relevance | path

Searched refs:getOrderingRule (Results 1 – 2 of 2) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingControl.php143 if ($sortKey->getOrderingRule() !== null) {
144 $child->addChild(Asn1::context(0, Asn1::octetString($sortKey->getOrderingRule())));
H A DSortKey.php70 public function getOrderingRule(): ?string
69 public function getOrderingRule(): ?string global() function in FreeDSx\\Ldap\\Control\\Sorting\\SortKey