Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/ !
H A DMatchingRuleFilter.php43 protected $matchingRule; variable in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter
61 * @param null|string $matchingRule
66 …public function __construct(?string $matchingRule, ?string $attribute, string $value, bool $useDnA… argument
68 $this->matchingRule = $matchingRule;
98 return $this->matchingRule;
102 * @param null|string $matchingRule
105 public function setMatchingRule(?string $matchingRule) argument
107 $this->matchingRule = $matchingRule;
156 $matchingRule = Asn1::context(self::CHOICE_TAG, Asn1::sequence());
158 if ($this->matchingRule !== null) {
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ !
H A DFilterParser.php319 $matchingRule = $matches[4] ?? '';
324 if ($matchingRule === '' && $attrName === '') {
334 if ($matchingRule !== '') {
335 $matchRuleObj->setMatchingRule($matchingRule);