Searched refs:matchingRule (Results 1 – 2 of 2) sorted by relevance
43 protected $matchingRule; variable in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter61 * @param null|string $matchingRule66 …public function __construct(?string $matchingRule, ?string $attribute, string $value, bool $useDnA… argument68 $this->matchingRule = $matchingRule;98 return $this->matchingRule;102 * @param null|string $matchingRule105 public function setMatchingRule(?string $matchingRule) argument107 $this->matchingRule = $matchingRule;156 $matchingRule = Asn1::context(self::CHOICE_TAG, Asn1::sequence());158 if ($this->matchingRule !== null) {[all …]
319 $matchingRule = $matches[4] ?? '';324 if ($matchingRule === '' && $attrName === '') {334 if ($matchingRule !== '') {335 $matchRuleObj->setMatchingRule($matchingRule);