Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DMatchingRuleFilter.php58 protected $useDnAttributes;
64 * @param bool $useDnAttributes argument
66 public function __construct(?string $matchingRule, ?string $attribute, string $value, bool $useDnAttributes = false)
71 $this->useDnAttributes = $useDnAttributes;
136 return $this->useDnAttributes;
140 * @param bool $useDnAttributes
143 public function setUseDnAttributes(bool $useDnAttributes)
145 $this->useDnAttributes = $useDnAttributes;
56 protected $useDnAttributes; global() variable in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter
141 setUseDnAttributes(bool $useDnAttributes) global() argument
[all...]