Home
last modified time | relevance | path

Searched refs:VlvResponseControl (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php18 use FreeDSx\Ldap\Control\Vlv\VlvResponseControl;
46 * @var VlvResponseControl|null
283 if ($control === null || !$control instanceof VlvResponseControl) {
16 use FreeDSx\Ldap\Control\Vlv\VlvResponseControl; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php48 class VlvResponseControl extends Control
45 class VlvResponseControl extends Control global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php178 $controls[] = Control\Vlv\VlvResponseControl::fromAsn1($control);