[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/symfony/ldap/ -> Entry.php (summary)

(no description)

File Size: 133 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Entry:: (8 methods):
  __construct()
  getDn()
  hasAttribute()
  getAttribute()
  getAttributes()
  setAttribute()
  removeAttribute()
  getAttributeKey()


Class: Entry  - X-Ref


__construct(string $dn, array $attributes = [])   X-Ref

param: array<string, array> $attributes

getDn()   X-Ref
Returns the entry's DN.

return: string

hasAttribute(string $name)   X-Ref
Returns whether an attribute exists.

param: string $name          The name of the attribute
param: bool   $caseSensitive Whether the check should be case-sensitive
return: bool

getAttribute(string $name)   X-Ref
Returns a specific attribute's value.

As LDAP can return multiple values for a single attribute,
this value is returned as an array.

param: string $name          The name of the attribute
param: bool   $caseSensitive Whether the attribute name is case-sensitive
return: array|null

getAttributes()   X-Ref
Returns the complete list of attributes.

return: array

setAttribute(string $name, array $value)   X-Ref
Sets a value for the given attribute.


removeAttribute(string $name)   X-Ref
Removes a given attribute.


getAttributeKey(string $name, bool $caseSensitive = true)   X-Ref
No description



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer