LdapTools\Resolver\BaseValueResolver::iterateAggregates PHP Method

iterateAggregates() abstract protected method

Iterate through the aggregates for a specific LDAP value to build up the value it should actually be.
abstract protected iterateAggregates ( array $toAggregate, mixed $values, LdapTools\AttributeConverter\AttributeConverterInterface $converter ) : array | string
$toAggregate array
$values mixed
$converter LdapTools\AttributeConverter\AttributeConverterInterface
return array | string The final value after all possible values have been iterated through.
    protected abstract function iterateAggregates(array $toAggregate, $values, AttributeConverterInterface $converter);