EntryManager

EntryManager

class EntryManager implements EntryManagerInterface

Methods

__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.

Details

__construct(Connection $connection)

Parameters

Connection $connection

add(Entry $entry)

Adds a new entry in the Ldap server.

Parameters

Entry $entry

update(Entry $entry)

Updates an entry from the Ldap server.

Parameters

Entry $entry

remove(Entry $entry)

Removes an entry from the Ldap server.

Parameters

Entry $entry

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.1/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部