Searched refs:VlvControl (Results 1 – 3 of 3) sorted by relevance
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
D | Controls.php | 25 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/ |
D | Vlv.php | 17 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/ |
D | VlvControl.php | 36 class VlvControl extends Control class
|