PHP Class LdapTools\Hydrator\LdapObjectHydrator

Author: Chad Sikorra ([email protected])
Inheritance: extends ArrayHydrator
Datei anzeigen Open project: ldaptools/ldaptools

Public Methods

Method Description
hydrateAllFromLdap ( array $entries ) : LdapObjectCollection Hydrates an array of LDAP entries in a LdapObjectCollection.
hydrateFromLdap ( array $entry )
hydrateToLdap ( $ldapObject, $dn = null )

Method Details

hydrateAllFromLdap() public method

Hydrates an array of LDAP entries in a LdapObjectCollection.
public hydrateAllFromLdap ( array $entries ) : LdapObjectCollection
$entries array
return LdapTools\Object\LdapObjectCollection

hydrateFromLdap() public method

public hydrateFromLdap ( array $entry )
$entry array

hydrateToLdap() public method

public hydrateToLdap ( $ldapObject, $dn = null )