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; variable in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter
64 * @param bool $useDnAttributes
66 …_construct(?string $matchingRule, ?string $attribute, string $value, bool $useDnAttributes = false) argument
71 $this->useDnAttributes = $useDnAttributes;
136 return $this->useDnAttributes;
140 * @param bool $useDnAttributes
143 public function setUseDnAttributes(bool $useDnAttributes) argument
145 $this->useDnAttributes = $useDnAttributes;
165 $matchingRule->addChild(Asn1::context(4, Asn1::boolean($this->useDnAttributes)));
182 if ($this->useDnAttributes) {