Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
H A DPagingRequestComparator.php134 return $a->getTypeOid() <=> $b->getTypeOid();
137 return $a->getTypeOid() <=> $b->getTypeOid();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php53 if ($ctrl->getTypeOid() === $control) {
73 if ($oid === $control->getTypeOid()) {
121 if ($ctrl->getTypeOid() === $control) {
H A DControl.php109 public function getTypeOid(): string function in FreeDSx\\Ldap\\Control\\Control
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerPagingHandler.php216 return $control->getTypeOid() !== Control::OID_PAGING;