Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
DDirSync.php58 protected $objectSecurity = false; variable in FreeDSx\\Ldap\\Search\\DirSync
234 * @param bool $objectSecurity
237 public function useObjectSecurity(bool $objectSecurity = true) argument
239 $this->objectSecurity = $objectSecurity;
290 if ($this->objectSecurity) {