class EntryManager implements EntryManagerInterface
__construct(Connection $connection) | ||
add(Entry $entry) Adds a new entry in the Ldap server. | ||
update(Entry $entry) Updates an entry from the Ldap server. | ||
remove(Entry $entry) Removes an entry from the Ldap server. | ||
addAttributeValues(Entry $entry, string $attribute, array $values) Adds values to an entry's multi-valued attribute from the LDAP server. | ||
removeAttributeValues(Entry $entry, string $attribute, array $values) Removes values from an entry's multi-valued attribute from the LDAP server. | ||
rename(Entry $entry, string $newRdn, bool $removeOldRdn = true) Renames an entry on the Ldap server. |
Connection | $connection |
Adds a new entry in the Ldap server.
Entry | $entry |
NotBoundException | |
LdapException |
Updates an entry from the Ldap server.
Entry | $entry |
NotBoundException | |
LdapException |
Removes an entry from the Ldap server.
Entry | $entry |
NotBoundException | |
LdapException |
Adds values to an entry's multi-valued attribute from the LDAP server.
Entry | $entry | |
string | $attribute | |
array | $values |
NotBoundException | |
LdapException |
Removes values from an entry's multi-valued attribute from the LDAP server.
Entry | $entry | |
string | $attribute | |
array | $values |
NotBoundException | |
LdapException |
Renames an entry on the Ldap server.
Entry | $entry | |
string | $newRdn | |
bool | $removeOldRdn |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.html