Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php22 use FreeDSx\Ldap\Control\PagingControl;
90 * @return PagingControl
92 public static function paging(int $size, string $cookie = ''): PagingControl
94 return new PagingControl($size, $cookie);
21 use FreeDSx\Ldap\Control\PagingControl; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DPaging.php15 use FreeDSx\Ldap\Control\PagingControl;
32 * @var PagingControl|null
168 if ($control !== null && !$control instanceof PagingControl) {
14 use FreeDSx\Ldap\Control\PagingControl; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php34 class PagingControl extends Control
31 class PagingControl extends Control global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php172 $controls[] = Control\PagingControl::fromAsn1($control);