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.php29 * matchingRule [1] MatchingRuleId OPTIONAL,
43 protected $matchingRule;
61 * @param null|string $matchingRule
66 public function __construct(?string $matchingRule, ?string $attribute, string $value, bool $useDnAttributes = false)
68 $this->matchingRule = $matchingRule;
98 return $this->matchingRule;
102 * @param null|string $matchingRule
105 public function setMatchingRule(?string $matchingRule)
107 $this->matchingRule
41 protected $matchingRule; global() variable in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter
64 __construct(string $matchingRule, string $attribute, string $value, bool $useDnAttributes = false) global() argument
103 setMatchingRule(string $matchingRule) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php319 $matchingRule = $matches[4] ?? '';
323 # RFC 4511, 4.5.1.7.7: If the matchingRule field is absent, the type field MUST be present [..]
324 if ($matchingRule === '' && $attrName === '') {
334 if ($matchingRule !== '') {
335 $matchRuleObj->setMatchingRule($matchingRule);