LdapTools\Hydrator\HydratorInterface::setSelectedAttributes PHP Method

setSelectedAttributes() public method

If this query is based off a LdapObjectSchema then include the attributes as they were named in the select statement. How they were named in the select statement is how they will be passed back. This also means that any converters applied to the mapped name, but not to the LDAP attribute name, will not be applied.
public setSelectedAttributes ( array $attributes )
$attributes array
    public function setSelectedAttributes(array $attributes);