PHP LdapTools\Hydrator 네임스페이스

Interfaces

이름 설명
HydratorInterface LDAP entry hydrators must implement this interface.

클래스들

이름 설명
ArrayHydrator Hydrates a LDAP entry to/from LDAP in array form.
LdapObjectHydrator Hydrates a LDAP entry into a LdapObject or LdapObjectCollection form.
OperationHydrator Converts LDAP operation data based on a schema and its properties.

Traits

이름 설명
HydrateQueryTrait Some common functions needed in both the operation hydrator and the LdapQuery. Need to completely separate them at some point. This is mostly for logic relating to parsing out different sets of attributes based on alias and schema information.