Searched refs:DirSyncRequestControl (Results 1 – 3 of 3) sorted by relevance
15 use FreeDSx\Ldap\Control\Ad\DirSyncRequestControl; alias76 * @var DirSyncRequestControl279 * @return DirSyncRequestControl281 protected function getDirSyncControl(): DirSyncRequestControl285 $flags |= DirSyncRequestControl::FLAG_INCREMENTAL_VALUES;288 $flags |= DirSyncRequestControl::FLAG_ANCESTORS_FIRST_ORDER;291 $flags |= DirSyncRequestControl::FLAG_OBJECT_SECURITY;
15 use FreeDSx\Ldap\Control\Ad\DirSyncRequestControl; alias55 * @return DirSyncRequestControl57 …public static function dirSync(int $flags = DirSyncRequestControl::FLAG_INCREMENTAL_VALUES, string…59 return new DirSyncRequestControl($flags, $cookie, $maxBytes);
36 class DirSyncRequestControl extends Control class