Searched refs:mergeControlData (Results 1 – 11 of 11) sorted by relevance
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
D | SetOwnerControl.php | 92 return self::mergeControlData($control, $type);
|
D | PolicyHintsControl.php | 96 return self::mergeControlData($control, $type);
|
D | DirSyncResponseControl.php | 129 return self::mergeControlData($control, $type);
|
D | ExpectedEntryCountControl.php | 120 return self::mergeControlData($control, $type);
|
D | DirSyncRequestControl.php | 180 return self::mergeControlData($control, $type);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/ |
D | SortingResponseControl.php | 114 return parent::mergeControlData($response, $type);
|
D | SortingControl.php | 131 return self::mergeControlData($control, $type);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/ |
D | PagingControl.php | 118 return self::mergeControlData($control, $type);
|
D | PwdPolicyResponseControl.php | 175 return self::mergeControlData($control, $type);
|
D | Control.php | 208 protected static function mergeControlData(Control $control, AbstractType $type) function in FreeDSx\\Ldap\\Control\\Control
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/ |
D | VlvResponseControl.php | 120 return parent::mergeControlData($response, $type);
|