Searched refs:lcAttribute (Results 1 – 1 of 1) sorted by relevance
54 protected $lcAttribute; variable in FreeDSx\\Ldap\\Entry\\Attribute242 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);