Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
DAttribute.php54 protected $lcAttribute; variable in FreeDSx\\Ldap\\Entry\\Attribute
242 if ($this->lcAttribute === null) {
243 $this->lcAttribute = strtolower($this->attribute);
245 if ($attribute->lcAttribute === null) {
246 $attribute->lcAttribute = strtolower($attribute->attribute);
248 $nameMatches = ($this->lcAttribute === $attribute->lcAttribute);