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.