Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
DControls.php25 use FreeDSx\Ldap\Control\Vlv\VlvControl; alias
186 * @return VlvControl
188 …lv(int $before, int $after, int $offset = 1, int $count = 0, ?string $contextId = null): VlvControl
190 return new VlvControl($before, $after, $offset, $count, null, $contextId);
200 * @return VlvControl
202 …r(int $before, int $after, GreaterThanOrEqualFilter $filter, ?string $contextId = null): VlvControl
204 return new VlvControl($before, $after, null, null, $filter, $contextId);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
DVlv.php17 use FreeDSx\Ldap\Control\Vlv\VlvControl; alias
294 * @return VlvControl
296 protected function createVlvControl(?string $contextId): VlvControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
DVlvControl.php36 class VlvControl extends Control class